Shades of Heliotrope #CC6CEA
Tints of Heliotrope #CC6CEA
RGB
CMYK
RGB Variations
Color information
#CC6CEA (or 0xCC6CEA) is known color: Heliotrope. HEX triplet: CC, 6C and EA. RGB value is (204,108,234). Sum of RGB (Red+Green+Blue) = 204+108+234=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC6CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CEA is #339315. Grayscale: #969696. Windows color (decimal): -3379990 or 15363276. OLE color: 15363276.
HSL color Cylindrical-coordinate representation of color #CC6CEA: hue angle of 285.71º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC6CEA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 108 | 234 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.08 |
| HSL | 285.71º | 0.75% | 0.67% | - |
| HSV(B) | 285.71º | 0.54% | 0.92% | - |
| XYZ | 45.12 | 29.5 | 81.16 | - |
| YUV | 151.07 | 174.8 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 234 | 0.13 | 0.54 | 0 | 0.08 | 285.71 | 0.75 | 0.67 |
| Hex | CC | 6C | EA | D | 36 | 0 | 8 | 11E | 4B | 43 |
| Octal | 314 | 154 | 352 | 15 | 66 | 0 | 10 | 436 | 113 | 103 |
| Binary | 11001100 | 1101100 | 11101010 | 1101 | 110110 | 0 | 1000 | 100011110 | 1001011 | 1000011 |
Color Harmonies of #CC6CEA
Complementary color
Monochromatic Colors of #CC6CEA
Black with #CC6CEA
Text Example
Text Example
White with #CC6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CEA; }
p { color: rgb(204,108,234); }
H1.HeaderClassName
{
color: #CC6CEA;
}
.AnyTagClassName
{
color: #CC6CEA;
}
</style>
background-color css
<style>
a { background-color: #CC6CEA; }
a { background-color: rgb(204,108,234); }
div.DivClassName
{
background-color: #CC6CEA;
}
.BgClassName
{
background-color: #CC6CEA;
}
</style>
border-color css
<style>
span { border-color: #CC6CEA; }
span { border-color: rgb(204,108,234); }
td.TdClassName
{
border-color: #CC6CEA;
}
.TagClassName
{
border-color: #CC6CEA;
}
</style>