Shades of Heliotrope #CC57FA
Tints of Heliotrope #CC57FA
RGB
CMYK
RGB Variations
Color information
#CC57FA (or 0xCC57FA) is known color: Heliotrope. HEX triplet: CC, 57 and FA. RGB value is (204,87,250). Sum of RGB (Red+Green+Blue) = 204+87+250=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 87 (34.38% from 255 or 16.08% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC57FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC57FA is #33A805. Grayscale: #8C8C8C. Windows color (decimal): -3385350 or 16406476. OLE color: 16406476.
HSL color Cylindrical-coordinate representation of color #CC57FA: hue angle of 283.07º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC57FA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 87 | 250 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.02 |
| HSL | 283.07º | 0.94% | 0.66% | - |
| HSV(B) | 283.07º | 0.65% | 0.98% | - |
| XYZ | 45.57 | 26.56 | 93.17 | - |
| YUV | 140.57 | 189.76 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 250 | 0.18 | 0.65 | 0 | 0.02 | 283.07 | 0.94 | 0.66 |
| Hex | CC | 57 | FA | 12 | 41 | 0 | 2 | 11B | 5E | 42 |
| Octal | 314 | 127 | 372 | 22 | 101 | 0 | 2 | 433 | 136 | 102 |
| Binary | 11001100 | 1010111 | 11111010 | 10010 | 1000001 | 0 | 10 | 100011011 | 1011110 | 1000010 |
Color Harmonies of #CC57FA
Complementary color
Monochromatic Colors of #CC57FA
Black with #CC57FA
Text Example
Text Example
White with #CC57FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57FA; }
p { color: rgb(204,87,250); }
H1.HeaderClassName
{
color: #CC57FA;
}
.AnyTagClassName
{
color: #CC57FA;
}
</style>
background-color css
<style>
a { background-color: #CC57FA; }
a { background-color: rgb(204,87,250); }
div.DivClassName
{
background-color: #CC57FA;
}
.BgClassName
{
background-color: #CC57FA;
}
</style>
border-color css
<style>
span { border-color: #CC57FA; }
span { border-color: rgb(204,87,250); }
td.TdClassName
{
border-color: #CC57FA;
}
.TagClassName
{
border-color: #CC57FA;
}
</style>