Shades of Heliotrope #CC66FF
Tints of Heliotrope #CC66FF
RGB
CMYK
RGB Variations
Color information
#CC66FF (or 0xCC66FF) is known color: Heliotrope. HEX triplet: CC, 66 and FF. RGB value is (204,102,255). Sum of RGB (Red+Green+Blue) = 204+102+255=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC66FF is a web safe color. Inversed color of #CC66FF is #339900. Grayscale: #959595. Windows color (decimal): -3381505 or 16737996. OLE color: 16737996.
HSL color Cylindrical-coordinate representation of color #CC66FF: hue angle of 280º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC66FF is Cyan = 0.2, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 102 | 255 | - |
CMYK | 0.2 | 0.6 | 0 | 0 |
HSL | 280º | 1% | 0.7% | - |
HSV(B) | 280º | 0.6% | 1% | - |
XYZ | 47.7 | 29.56 | 97.8 | - |
YUV | 149.94 | 187.29 | 166.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 102 | 255 | 0.2 | 0.6 | 0 | 0 | 280 | 1 | 0.7 |
Hex | CC | 66 | FF | 14 | 3C | 0 | 0 | 118 | 64 | 46 |
Octal | 314 | 146 | 377 | 24 | 74 | 0 | 0 | 430 | 144 | 106 |
Binary | 11001100 | 1100110 | 11111111 | 10100 | 111100 | 0 | 0 | 100011000 | 1100100 | 1000110 |
Color Harmonies of #CC66FF
Complementary color
Monochromatic Colors of #CC66FF
Black with #CC66FF
Text Example
Text Example
White with #CC66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC66FF; }
p { color: rgb(204,102,255); }
H1.HeaderClassName
{
color: #CC66FF;
}
.AnyTagClassName
{
color: #CC66FF;
}
</style>
background-color css
<style>
a { background-color: #CC66FF; }
a { background-color: rgb(204,102,255); }
div.DivClassName
{
background-color: #CC66FF;
}
.BgClassName
{
background-color: #CC66FF;
}
</style>
border-color css
<style>
span { border-color: #CC66FF; }
span { border-color: rgb(204,102,255); }
td.TdClassName
{
border-color: #CC66FF;
}
.TagClassName
{
border-color: #CC66FF;
}
</style>