Shades of Heliotrope #CC57FF
Tints of Heliotrope #CC57FF
RGB
CMYK
RGB Variations
Color information
#CC57FF (or 0xCC57FF) is known color: Heliotrope. HEX triplet: CC, 57 and FF. RGB value is (204,87,255). Sum of RGB (Red+Green+Blue) = 204+87+255=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 87 (34.38% from 255 or 15.93% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC57FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC57FF is #33A800. Grayscale: #8C8C8C. Windows color (decimal): -3385345 or 16734156. OLE color: 16734156.
HSL color Cylindrical-coordinate representation of color #CC57FF: hue angle of 281.79º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC57FF is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 87 | 255 | - |
| CMYK | 0.2 | 0.66 | 0 | 0 |
| HSL | 281.79º | 1% | 0.67% | - |
| HSV(B) | 281.79º | 0.66% | 1% | - |
| XYZ | 46.36 | 26.87 | 97.35 | - |
| YUV | 141.14 | 192.26 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 255 | 0.2 | 0.66 | 0 | 0 | 281.79 | 1 | 0.67 |
| Hex | CC | 57 | FF | 14 | 42 | 0 | 0 | 11A | 64 | 43 |
| Octal | 314 | 127 | 377 | 24 | 102 | 0 | 0 | 432 | 144 | 103 |
| Binary | 11001100 | 1010111 | 11111111 | 10100 | 1000010 | 0 | 0 | 100011010 | 1100100 | 1000011 |
Color Harmonies of #CC57FF
Complementary color
Monochromatic Colors of #CC57FF
Black with #CC57FF
Text Example
Text Example
White with #CC57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57FF; }
p { color: rgb(204,87,255); }
H1.HeaderClassName
{
color: #CC57FF;
}
.AnyTagClassName
{
color: #CC57FF;
}
</style>
background-color css
<style>
a { background-color: #CC57FF; }
a { background-color: rgb(204,87,255); }
div.DivClassName
{
background-color: #CC57FF;
}
.BgClassName
{
background-color: #CC57FF;
}
</style>
border-color css
<style>
span { border-color: #CC57FF; }
span { border-color: rgb(204,87,255); }
td.TdClassName
{
border-color: #CC57FF;
}
.TagClassName
{
border-color: #CC57FF;
}
</style>