Shades of Heliotrope #CC64FC
Tints of Heliotrope #CC64FC
RGB
CMYK
RGB Variations
Color information
#CC64FC (or 0xCC64FC) is known color: Heliotrope. HEX triplet: CC, 64 and FC. RGB value is (204,100,252). Sum of RGB (Red+Green+Blue) = 204+100+252=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC64FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64FC is #339B03. Grayscale: #939393. Windows color (decimal): -3382020 or 16540876. OLE color: 16540876.
HSL color Cylindrical-coordinate representation of color #CC64FC: hue angle of 281.05º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC64FC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 100 | 252 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.01 |
| HSL | 281.05º | 0.96% | 0.69% | - |
| HSV(B) | 281.05º | 0.6% | 0.99% | - |
| XYZ | 47.03 | 28.98 | 95.21 | - |
| YUV | 148.42 | 186.46 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 252 | 0.19 | 0.60 | 0 | 0.01 | 281.05 | 0.96 | 0.69 |
| Hex | CC | 64 | FC | 13 | 3C | 0 | 1 | 119 | 60 | 45 |
| Octal | 314 | 144 | 374 | 23 | 74 | 0 | 1 | 431 | 140 | 105 |
| Binary | 11001100 | 1100100 | 11111100 | 10011 | 111100 | 0 | 1 | 100011001 | 1100000 | 1000101 |
Color Harmonies of #CC64FC
Complementary color
Monochromatic Colors of #CC64FC
Black with #CC64FC
Text Example
Text Example
White with #CC64FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64FC; }
p { color: rgb(204,100,252); }
H1.HeaderClassName
{
color: #CC64FC;
}
.AnyTagClassName
{
color: #CC64FC;
}
</style>
background-color css
<style>
a { background-color: #CC64FC; }
a { background-color: rgb(204,100,252); }
div.DivClassName
{
background-color: #CC64FC;
}
.BgClassName
{
background-color: #CC64FC;
}
</style>
border-color css
<style>
span { border-color: #CC64FC; }
span { border-color: rgb(204,100,252); }
td.TdClassName
{
border-color: #CC64FC;
}
.TagClassName
{
border-color: #CC64FC;
}
</style>