Shades of Heliotrope #CC66F3
Tints of Heliotrope #CC66F3
RGB
CMYK
RGB Variations
Color information
#CC66F3 (or 0xCC66F3) is known color: Heliotrope. HEX triplet: CC, 66 and F3. RGB value is (204,102,243). Sum of RGB (Red+Green+Blue) = 204+102+243=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC66F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66F3 is #33990C. Grayscale: #949494. Windows color (decimal): -3381517 or 15951564. OLE color: 15951564.
HSL color Cylindrical-coordinate representation of color #CC66F3: hue angle of 283.4º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC66F3 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 102 | 243 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.05 |
| HSL | 283.4º | 0.85% | 0.68% | - |
| HSV(B) | 283.4º | 0.58% | 0.95% | - |
| XYZ | 45.83 | 28.81 | 87.94 | - |
| YUV | 148.57 | 181.29 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 243 | 0.16 | 0.58 | 0 | 0.05 | 283.4 | 0.85 | 0.68 |
| Hex | CC | 66 | F3 | 10 | 3A | 0 | 5 | 11B | 55 | 44 |
| Octal | 314 | 146 | 363 | 20 | 72 | 0 | 5 | 433 | 125 | 104 |
| Binary | 11001100 | 1100110 | 11110011 | 10000 | 111010 | 0 | 101 | 100011011 | 1010101 | 1000100 |
Color Harmonies of #CC66F3
Complementary color
Monochromatic Colors of #CC66F3
Black with #CC66F3
Text Example
Text Example
White with #CC66F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC66F3; }
p { color: rgb(204,102,243); }
H1.HeaderClassName
{
color: #CC66F3;
}
.AnyTagClassName
{
color: #CC66F3;
}
</style>
background-color css
<style>
a { background-color: #CC66F3; }
a { background-color: rgb(204,102,243); }
div.DivClassName
{
background-color: #CC66F3;
}
.BgClassName
{
background-color: #CC66F3;
}
</style>
border-color css
<style>
span { border-color: #CC66F3; }
span { border-color: rgb(204,102,243); }
td.TdClassName
{
border-color: #CC66F3;
}
.TagClassName
{
border-color: #CC66F3;
}
</style>