Shades of Heliotrope #CC64FA
Tints of Heliotrope #CC64FA
RGB
CMYK
RGB Variations
Color information
#CC64FA (or 0xCC64FA) is known color: Heliotrope. HEX triplet: CC, 64 and FA. RGB value is (204,100,250). Sum of RGB (Red+Green+Blue) = 204+100+250=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC64FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64FA is #339B05. Grayscale: #939393. Windows color (decimal): -3382022 or 16409804. OLE color: 16409804.
HSL color Cylindrical-coordinate representation of color #CC64FA: hue angle of 281.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC64FA is Cyan = 0.18, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 100 | 250 | - |
| CMYK | 0.18 | 0.6 | 0 | 0.02 |
| HSL | 281.6º | 0.94% | 0.69% | - |
| HSV(B) | 281.6º | 0.6% | 0.98% | - |
| XYZ | 46.71 | 28.85 | 93.55 | - |
| YUV | 148.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 250 | 0.18 | 0.6 | 0 | 0.02 | 281.6 | 0.94 | 0.69 |
| Hex | CC | 64 | FA | 12 | 3C | 0 | 2 | 11A | 5E | 45 |
| Octal | 314 | 144 | 372 | 22 | 74 | 0 | 2 | 432 | 136 | 105 |
| Binary | 11001100 | 1100100 | 11111010 | 10010 | 111100 | 0 | 10 | 100011010 | 1011110 | 1000101 |
Color Harmonies of #CC64FA
Complementary color
Monochromatic Colors of #CC64FA
Black with #CC64FA
Text Example
Text Example
White with #CC64FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64FA; }
p { color: rgb(204,100,250); }
H1.HeaderClassName
{
color: #CC64FA;
}
.AnyTagClassName
{
color: #CC64FA;
}
</style>
background-color css
<style>
a { background-color: #CC64FA; }
a { background-color: rgb(204,100,250); }
div.DivClassName
{
background-color: #CC64FA;
}
.BgClassName
{
background-color: #CC64FA;
}
</style>
border-color css
<style>
span { border-color: #CC64FA; }
span { border-color: rgb(204,100,250); }
td.TdClassName
{
border-color: #CC64FA;
}
.TagClassName
{
border-color: #CC64FA;
}
</style>