Shades of Heliotrope #CC66F1
Tints of Heliotrope #CC66F1
RGB
CMYK
RGB Variations
Color information
#CC66F1 (or 0xCC66F1) is known color: Heliotrope. HEX triplet: CC, 66 and F1. RGB value is (204,102,241). Sum of RGB (Red+Green+Blue) = 204+102+241=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66F1 is #33990E. Grayscale: #939393. Windows color (decimal): -3381519 or 15820492. OLE color: 15820492.
HSL color Cylindrical-coordinate representation of color #CC66F1: hue angle of 284.03º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC66F1 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 102 | 241 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.05 |
| HSL | 284.03º | 0.83% | 0.67% | - |
| HSV(B) | 284.03º | 0.58% | 0.95% | - |
| XYZ | 45.53 | 28.69 | 86.36 | - |
| YUV | 148.34 | 180.29 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 241 | 0.15 | 0.58 | 0 | 0.05 | 284.03 | 0.83 | 0.67 |
| Hex | CC | 66 | F1 | F | 3A | 0 | 5 | 11C | 53 | 43 |
| Octal | 314 | 146 | 361 | 17 | 72 | 0 | 5 | 434 | 123 | 103 |
| Binary | 11001100 | 1100110 | 11110001 | 1111 | 111010 | 0 | 101 | 100011100 | 1010011 | 1000011 |
Color Harmonies of #CC66F1
Complementary color
Monochromatic Colors of #CC66F1
Black with #CC66F1
Text Example
Text Example
White with #CC66F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC66F1; }
p { color: rgb(204,102,241); }
H1.HeaderClassName
{
color: #CC66F1;
}
.AnyTagClassName
{
color: #CC66F1;
}
</style>
background-color css
<style>
a { background-color: #CC66F1; }
a { background-color: rgb(204,102,241); }
div.DivClassName
{
background-color: #CC66F1;
}
.BgClassName
{
background-color: #CC66F1;
}
</style>
border-color css
<style>
span { border-color: #CC66F1; }
span { border-color: rgb(204,102,241); }
td.TdClassName
{
border-color: #CC66F1;
}
.TagClassName
{
border-color: #CC66F1;
}
</style>