Shades of Heliotrope #CC64FE
Tints of Heliotrope #CC64FE
RGB
CMYK
RGB Variations
Color information
#CC64FE (or 0xCC64FE) is known color: Heliotrope. HEX triplet: CC, 64 and FE. RGB value is (204,100,254). Sum of RGB (Red+Green+Blue) = 204+100+254=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 100 (39.45% from 255 or 17.92% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC64FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64FE is #339B01. Grayscale: #949494. Windows color (decimal): -3382018 or 16671948. OLE color: 16671948.
HSL color Cylindrical-coordinate representation of color #CC64FE: hue angle of 280.52º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC64FE is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 100 | 254 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.00 |
| HSL | 280.52º | 0.99% | 0.69% | - |
| HSV(B) | 280.52º | 0.61% | 1% | - |
| XYZ | 47.35 | 29.11 | 96.89 | - |
| YUV | 148.65 | 187.46 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 254 | 0.20 | 0.61 | 0 | 0.00 | 280.52 | 0.99 | 0.69 |
| Hex | CC | 64 | FE | 14 | 3D | 0 | 0 | 119 | 63 | 45 |
| Octal | 314 | 144 | 376 | 24 | 75 | 0 | 0 | 431 | 143 | 105 |
| Binary | 11001100 | 1100100 | 11111110 | 10100 | 111101 | 0 | 0 | 100011001 | 1100011 | 1000101 |
Color Harmonies of #CC64FE
Complementary color
Monochromatic Colors of #CC64FE
Black with #CC64FE
Text Example
Text Example
White with #CC64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64FE; }
p { color: rgb(204,100,254); }
H1.HeaderClassName
{
color: #CC64FE;
}
.AnyTagClassName
{
color: #CC64FE;
}
</style>
background-color css
<style>
a { background-color: #CC64FE; }
a { background-color: rgb(204,100,254); }
div.DivClassName
{
background-color: #CC64FE;
}
.BgClassName
{
background-color: #CC64FE;
}
</style>
border-color css
<style>
span { border-color: #CC64FE; }
span { border-color: rgb(204,100,254); }
td.TdClassName
{
border-color: #CC64FE;
}
.TagClassName
{
border-color: #CC64FE;
}
</style>