Shades of Heliotrope #CC6CED
Tints of Heliotrope #CC6CED
RGB
CMYK
RGB Variations
Color information
#CC6CED (or 0xCC6CED) is known color: Heliotrope. HEX triplet: CC, 6C and ED. RGB value is (204,108,237). Sum of RGB (Red+Green+Blue) = 204+108+237=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CED is #339312. Grayscale: #969696. Windows color (decimal): -3379987 or 15559884. OLE color: 15559884.
HSL color Cylindrical-coordinate representation of color #CC6CED: hue angle of 284.65º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC6CED is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 108 | 237 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.07 |
| HSL | 284.65º | 0.78% | 0.68% | - |
| HSV(B) | 284.65º | 0.54% | 0.93% | - |
| XYZ | 45.55 | 29.68 | 83.45 | - |
| YUV | 151.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 237 | 0.14 | 0.54 | 0 | 0.07 | 284.65 | 0.78 | 0.68 |
| Hex | CC | 6C | ED | E | 36 | 0 | 7 | 11D | 4E | 44 |
| Octal | 314 | 154 | 355 | 16 | 66 | 0 | 7 | 435 | 116 | 104 |
| Binary | 11001100 | 1101100 | 11101101 | 1110 | 110110 | 0 | 111 | 100011101 | 1001110 | 1000100 |
Color Harmonies of #CC6CED
Complementary color
Monochromatic Colors of #CC6CED
Black with #CC6CED
Text Example
Text Example
White with #CC6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CED; }
p { color: rgb(204,108,237); }
H1.HeaderClassName
{
color: #CC6CED;
}
.AnyTagClassName
{
color: #CC6CED;
}
</style>
background-color css
<style>
a { background-color: #CC6CED; }
a { background-color: rgb(204,108,237); }
div.DivClassName
{
background-color: #CC6CED;
}
.BgClassName
{
background-color: #CC6CED;
}
</style>
border-color css
<style>
span { border-color: #CC6CED; }
span { border-color: rgb(204,108,237); }
td.TdClassName
{
border-color: #CC6CED;
}
.TagClassName
{
border-color: #CC6CED;
}
</style>