Shades of Heliotrope #CC6CFE
Tints of Heliotrope #CC6CFE
RGB
CMYK
RGB Variations
Color information
#CC6CFE (or 0xCC6CFE) is known color: Heliotrope. HEX triplet: CC, 6C and FE. RGB value is (204,108,254). Sum of RGB (Red+Green+Blue) = 204+108+254=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC6CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CFE is #339301. Grayscale: #989898. Windows color (decimal): -3379970 or 16673996. OLE color: 16673996.
HSL color Cylindrical-coordinate representation of color #CC6CFE: hue angle of 279.45º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6CFE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 108 | 254 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.00 |
| HSL | 279.45º | 0.99% | 0.71% | - |
| HSV(B) | 279.45º | 0.57% | 1% | - |
| XYZ | 48.15 | 30.72 | 97.16 | - |
| YUV | 153.35 | 184.8 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 254 | 0.20 | 0.57 | 0 | 0.00 | 279.45 | 0.99 | 0.71 |
| Hex | CC | 6C | FE | 14 | 39 | 0 | 0 | 117 | 63 | 47 |
| Octal | 314 | 154 | 376 | 24 | 71 | 0 | 0 | 427 | 143 | 107 |
| Binary | 11001100 | 1101100 | 11111110 | 10100 | 111001 | 0 | 0 | 100010111 | 1100011 | 1000111 |
Color Harmonies of #CC6CFE
Complementary color
Monochromatic Colors of #CC6CFE
Black with #CC6CFE
Text Example
Text Example
White with #CC6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CFE; }
p { color: rgb(204,108,254); }
H1.HeaderClassName
{
color: #CC6CFE;
}
.AnyTagClassName
{
color: #CC6CFE;
}
</style>
background-color css
<style>
a { background-color: #CC6CFE; }
a { background-color: rgb(204,108,254); }
div.DivClassName
{
background-color: #CC6CFE;
}
.BgClassName
{
background-color: #CC6CFE;
}
</style>
border-color css
<style>
span { border-color: #CC6CFE; }
span { border-color: rgb(204,108,254); }
td.TdClassName
{
border-color: #CC6CFE;
}
.TagClassName
{
border-color: #CC6CFE;
}
</style>