Shades of Heliotrope #CC60FF
Tints of Heliotrope #CC60FF
RGB
CMYK
RGB Variations
Color information
#CC60FF (or 0xCC60FF) is known color: Heliotrope. HEX triplet: CC, 60 and FF. RGB value is (204,96,255). Sum of RGB (Red+Green+Blue) = 204+96+255=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC60FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC60FF is #339F00. Grayscale: #919191. Windows color (decimal): -3383041 or 16736460. OLE color: 16736460.
HSL color Cylindrical-coordinate representation of color #CC60FF: hue angle of 280.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC60FF is Cyan = 0.2, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 96 | 255 | - |
| CMYK | 0.2 | 0.62 | 0 | 0 |
| HSL | 280.75º | 1% | 0.69% | - |
| HSV(B) | 280.75º | 0.62% | 1% | - |
| XYZ | 47.13 | 28.42 | 97.61 | - |
| YUV | 146.42 | 189.28 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 255 | 0.2 | 0.62 | 0 | 0 | 280.75 | 1 | 0.69 |
| Hex | CC | 60 | FF | 14 | 3E | 0 | 0 | 119 | 64 | 45 |
| Octal | 314 | 140 | 377 | 24 | 76 | 0 | 0 | 431 | 144 | 105 |
| Binary | 11001100 | 1100000 | 11111111 | 10100 | 111110 | 0 | 0 | 100011001 | 1100100 | 1000101 |
Color Harmonies of #CC60FF
Complementary color
Monochromatic Colors of #CC60FF
Black with #CC60FF
Text Example
Text Example
White with #CC60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60FF; }
p { color: rgb(204,96,255); }
H1.HeaderClassName
{
color: #CC60FF;
}
.AnyTagClassName
{
color: #CC60FF;
}
</style>
background-color css
<style>
a { background-color: #CC60FF; }
a { background-color: rgb(204,96,255); }
div.DivClassName
{
background-color: #CC60FF;
}
.BgClassName
{
background-color: #CC60FF;
}
</style>
border-color css
<style>
span { border-color: #CC60FF; }
span { border-color: rgb(204,96,255); }
td.TdClassName
{
border-color: #CC60FF;
}
.TagClassName
{
border-color: #CC60FF;
}
</style>