Shades of Heliotrope #CC56FE
Tints of Heliotrope #CC56FE
RGB
CMYK
RGB Variations
Color information
#CC56FE (or 0xCC56FE) is known color: Heliotrope. HEX triplet: CC, 56 and FE. RGB value is (204,86,254). Sum of RGB (Red+Green+Blue) = 204+86+254=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC56FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56FE is #33A901. Grayscale: #8B8B8B. Windows color (decimal): -3385602 or 16668364. OLE color: 16668364.
HSL color Cylindrical-coordinate representation of color #CC56FE: hue angle of 282.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC56FE is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 86 | 254 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.00 |
| HSL | 282.14º | 0.99% | 0.67% | - |
| HSV(B) | 282.14º | 0.66% | 1% | - |
| XYZ | 46.12 | 26.65 | 96.48 | - |
| YUV | 140.43 | 192.09 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 254 | 0.20 | 0.66 | 0 | 0.00 | 282.14 | 0.99 | 0.67 |
| Hex | CC | 56 | FE | 14 | 42 | 0 | 0 | 11A | 63 | 43 |
| Octal | 314 | 126 | 376 | 24 | 102 | 0 | 0 | 432 | 143 | 103 |
| Binary | 11001100 | 1010110 | 11111110 | 10100 | 1000010 | 0 | 0 | 100011010 | 1100011 | 1000011 |
Color Harmonies of #CC56FE
Complementary color
Monochromatic Colors of #CC56FE
Black with #CC56FE
Text Example
Text Example
White with #CC56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56FE; }
p { color: rgb(204,86,254); }
H1.HeaderClassName
{
color: #CC56FE;
}
.AnyTagClassName
{
color: #CC56FE;
}
</style>
background-color css
<style>
a { background-color: #CC56FE; }
a { background-color: rgb(204,86,254); }
div.DivClassName
{
background-color: #CC56FE;
}
.BgClassName
{
background-color: #CC56FE;
}
</style>
border-color css
<style>
span { border-color: #CC56FE; }
span { border-color: rgb(204,86,254); }
td.TdClassName
{
border-color: #CC56FE;
}
.TagClassName
{
border-color: #CC56FE;
}
</style>