Color: #CC65CF

#CC65CF Color Information

#CC65CF is a light color. The closest websafe version is #CC65CF. A complement of this color would be #67CE64, perceived brightness is 0.56, and the grayscale version is #9A9A9A.

In the HSL color space, this color has a hue angle of 298°,a saturation of 52%, and a lightness of 60%.The HSV representation shows a hue of 298°, a saturation of 51%, and a value of 81%.

In a RGB color space, #CC65CF is composed of 80% red, 40% green and 81% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 51% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 26.55, x: 0.3548, and y: 0.2339.

Color Code #CC65CF

#CC65CFrgb(204, 101, 207)
HEX
#CC65CF
RGB
rgb(204, 101, 207)
HSL
hsl(298, 52%, 60%)
HSV
hsv(298, 51%, 81%)
CMYK
1%, 51%, 0%, 19%
XYZ
X: 40.27, Y: 26.55, Z: 46.67
Lab
L: 58.55, a: 52.40, b: -36.85
Name

Shades of Color #CC65CF

Shades are created by darkening the original color #CC65CF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #CC65CF

Tints are created by lightening the original color #CC65CF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#CC65CFrgb(204, 101, 207)

About #CC65CF Color Code

In the HSL color space, this color has a hue angle of 298°, a saturation of 52%, and a lightness of 60%. The HSV representation shows a hue of 298°, a saturation of 51%, and a value of 81%.

  • HEX: #CC65CF
  • RGB: rgb(204, 101, 207)
  • HSL: hsl(298, 52%, 60%)
  • HSV: hsv(298, 51%, 81%)
  • CMYK: 100.00% cyan, 51.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 40.27, 26.55, 46.67
  • Yxy: 26.55, 0.3548, 0.2339
  • Hunter Lab: 58.55, 52.40, -36.85
  • CIE-Lab: 58.55, 52.40, -36.85

In the XYZ color space, this color is represented as X: 40.27, Y: 26.55, Z: 46.67. The Yxy representation further refines this as Y: 26.55, x: 0.3548, and y: 0.2339.

In the Hunter Lab color space, this color is represented as L: 58.55, a: 52.40, and b: -36.85. Similarly, in the CIE-Lab color space, it is represented as L: 58.55, a: 52.40, and b: -36.85.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #CC65CF

Triadic colors are three colors evenly spaced around the color wheel, including #CC65CF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CC65CF

Analogous colors are adjacent to #CC65CF on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #CC65CF

Split complementary colors are two colors adjacent to the complementary color of #CC65CF. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CC65CF

Tetradic colors form a rectangle on the color wheel, including #CC65CF. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CC65CF

Monochromatic colors are variations of #CC65CF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CC65CF

The complementary color of #CC65CF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #CC65CF

/* Using HEX */
body {
  background-color: #cc65cf;
}
/* Using RGB */
body {
  background-color: rgb(204, 101, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 101, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(298, 52%, 60%);
}
/* Text color */
p {
  color: #cc65cf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cc65cf;
}
/* Border color */
.box {
  border: 4px solid #cc65cf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cc65cf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cc65cf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CC65CF
On Black Background
#CC65CF
On White Background
#CC65CF

HTML Examples of #CC65CF

<!-- Using HEX -->
<div style="background-color: #cc65cf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 101, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 101, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(298, 52%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cc65cf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cc65cf; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cc65cf; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cc65cf;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cc65cf; color: #fff; padding: 16px; border-radius: 8px;">
  #CC65CF
</div>
#CC65CF
On Black Background
#CC65CF
On White Background
#CC65CF

Related Colors of #CC65CF

These colors are similar to #CC65CF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.