Shades of Heliotrope #CC64FF
Tints of Heliotrope #CC64FF
RGB
CMYK
RGB Variations
Color information
#CC64FF (or 0xCC64FF) is known color: Heliotrope. HEX triplet: CC, 64 and FF. RGB value is (204,100,255). Sum of RGB (Red+Green+Blue) = 204+100+255=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 100 (39.45% from 255 or 17.89% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC64FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64FF is #339B00. Grayscale: #949494. Windows color (decimal): -3382017 or 16737484. OLE color: 16737484.
HSL color Cylindrical-coordinate representation of color #CC64FF: hue angle of 280.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC64FF is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 100 | 255 | - |
| CMYK | 0.2 | 0.61 | 0 | 0 |
| HSL | 280.26º | 1% | 0.7% | - |
| HSV(B) | 280.26º | 0.61% | 1% | - |
| XYZ | 47.51 | 29.17 | 97.73 | - |
| YUV | 148.77 | 187.96 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 255 | 0.2 | 0.61 | 0 | 0 | 280.26 | 1 | 0.7 |
| Hex | CC | 64 | FF | 14 | 3D | 0 | 0 | 118 | 64 | 46 |
| Octal | 314 | 144 | 377 | 24 | 75 | 0 | 0 | 430 | 144 | 106 |
| Binary | 11001100 | 1100100 | 11111111 | 10100 | 111101 | 0 | 0 | 100011000 | 1100100 | 1000110 |
Color Harmonies of #CC64FF
Complementary color
Monochromatic Colors of #CC64FF
Black with #CC64FF
Text Example
Text Example
White with #CC64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64FF; }
p { color: rgb(204,100,255); }
H1.HeaderClassName
{
color: #CC64FF;
}
.AnyTagClassName
{
color: #CC64FF;
}
</style>
background-color css
<style>
a { background-color: #CC64FF; }
a { background-color: rgb(204,100,255); }
div.DivClassName
{
background-color: #CC64FF;
}
.BgClassName
{
background-color: #CC64FF;
}
</style>
border-color css
<style>
span { border-color: #CC64FF; }
span { border-color: rgb(204,100,255); }
td.TdClassName
{
border-color: #CC64FF;
}
.TagClassName
{
border-color: #CC64FF;
}
</style>