Shades of Heliotrope #CC56FA
Tints of Heliotrope #CC56FA
RGB
CMYK
RGB Variations
Color information
#CC56FA (or 0xCC56FA) is known color: Heliotrope. HEX triplet: CC, 56 and FA. RGB value is (204,86,250). Sum of RGB (Red+Green+Blue) = 204+86+250=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 86 (33.98% from 255 or 15.93% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56FA is #33A905. Grayscale: #8B8B8B. Windows color (decimal): -3385606 or 16406220. OLE color: 16406220.
HSL color Cylindrical-coordinate representation of color #CC56FA: hue angle of 283.17º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC56FA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 86 | 250 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.02 |
| HSL | 283.17º | 0.94% | 0.66% | - |
| HSV(B) | 283.17º | 0.66% | 0.98% | - |
| XYZ | 45.48 | 26.4 | 93.14 | - |
| YUV | 139.98 | 190.09 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 250 | 0.18 | 0.66 | 0 | 0.02 | 283.17 | 0.94 | 0.66 |
| Hex | CC | 56 | FA | 12 | 42 | 0 | 2 | 11B | 5E | 42 |
| Octal | 314 | 126 | 372 | 22 | 102 | 0 | 2 | 433 | 136 | 102 |
| Binary | 11001100 | 1010110 | 11111010 | 10010 | 1000010 | 0 | 10 | 100011011 | 1011110 | 1000010 |
Color Harmonies of #CC56FA
Complementary color
Monochromatic Colors of #CC56FA
Black with #CC56FA
Text Example
Text Example
White with #CC56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56FA; }
p { color: rgb(204,86,250); }
H1.HeaderClassName
{
color: #CC56FA;
}
.AnyTagClassName
{
color: #CC56FA;
}
</style>
background-color css
<style>
a { background-color: #CC56FA; }
a { background-color: rgb(204,86,250); }
div.DivClassName
{
background-color: #CC56FA;
}
.BgClassName
{
background-color: #CC56FA;
}
</style>
border-color css
<style>
span { border-color: #CC56FA; }
span { border-color: rgb(204,86,250); }
td.TdClassName
{
border-color: #CC56FA;
}
.TagClassName
{
border-color: #CC56FA;
}
</style>