Shades of Heliotrope #CC57FB
Tints of Heliotrope #CC57FB
RGB
CMYK
RGB Variations
Color information
#CC57FB (or 0xCC57FB) is known color: Heliotrope. HEX triplet: CC, 57 and FB. RGB value is (204,87,251). Sum of RGB (Red+Green+Blue) = 204+87+251=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 87 (34.38% from 255 or 16.05% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC57FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC57FB is #33A804. Grayscale: #8C8C8C. Windows color (decimal): -3385349 or 16472012. OLE color: 16472012.
HSL color Cylindrical-coordinate representation of color #CC57FB: hue angle of 282.8º degrees, saturation: 0.95, 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 #CC57FB is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 87 | 251 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.02 |
| HSL | 282.8º | 0.95% | 0.66% | - |
| HSV(B) | 282.8º | 0.65% | 0.98% | - |
| XYZ | 45.72 | 26.62 | 93.99 | - |
| YUV | 140.68 | 190.26 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 251 | 0.19 | 0.65 | 0 | 0.02 | 282.8 | 0.95 | 0.66 |
| Hex | CC | 57 | FB | 13 | 41 | 0 | 2 | 11B | 5F | 42 |
| Octal | 314 | 127 | 373 | 23 | 101 | 0 | 2 | 433 | 137 | 102 |
| Binary | 11001100 | 1010111 | 11111011 | 10011 | 1000001 | 0 | 10 | 100011011 | 1011111 | 1000010 |
Color Harmonies of #CC57FB
Complementary color
Monochromatic Colors of #CC57FB
Black with #CC57FB
Text Example
Text Example
White with #CC57FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57FB; }
p { color: rgb(204,87,251); }
H1.HeaderClassName
{
color: #CC57FB;
}
.AnyTagClassName
{
color: #CC57FB;
}
</style>
background-color css
<style>
a { background-color: #CC57FB; }
a { background-color: rgb(204,87,251); }
div.DivClassName
{
background-color: #CC57FB;
}
.BgClassName
{
background-color: #CC57FB;
}
</style>
border-color css
<style>
span { border-color: #CC57FB; }
span { border-color: rgb(204,87,251); }
td.TdClassName
{
border-color: #CC57FB;
}
.TagClassName
{
border-color: #CC57FB;
}
</style>