Shades of Heliotrope #CE56FC
Tints of Heliotrope #CE56FC
RGB
CMYK
RGB Variations
Color information
#CE56FC (or 0xCE56FC) is known color: Heliotrope. HEX triplet: CE, 56 and FC. RGB value is (206,86,252). Sum of RGB (Red+Green+Blue) = 206+86+252=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE56FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE56FC is #31A903. Grayscale: #8C8C8C. Windows color (decimal): -3254532 or 16537294. OLE color: 16537294.
HSL color Cylindrical-coordinate representation of color #CE56FC: hue angle of 283.37º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE56FC is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 86 | 252 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.01 |
| HSL | 283.37º | 0.97% | 0.66% | - |
| HSV(B) | 283.37º | 0.66% | 0.99% | - |
| XYZ | 46.35 | 26.81 | 94.83 | - |
| YUV | 140.8 | 190.76 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 252 | 0.18 | 0.66 | 0 | 0.01 | 283.37 | 0.97 | 0.66 |
| Hex | CE | 56 | FC | 12 | 42 | 0 | 1 | 11B | 61 | 42 |
| Octal | 316 | 126 | 374 | 22 | 102 | 0 | 1 | 433 | 141 | 102 |
| Binary | 11001110 | 1010110 | 11111100 | 10010 | 1000010 | 0 | 1 | 100011011 | 1100001 | 1000010 |
Color Harmonies of #CE56FC
Complementary color
Monochromatic Colors of #CE56FC
Black with #CE56FC
Text Example
Text Example
White with #CE56FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56FC; }
p { color: rgb(206,86,252); }
H1.HeaderClassName
{
color: #CE56FC;
}
.AnyTagClassName
{
color: #CE56FC;
}
</style>
background-color css
<style>
a { background-color: #CE56FC; }
a { background-color: rgb(206,86,252); }
div.DivClassName
{
background-color: #CE56FC;
}
.BgClassName
{
background-color: #CE56FC;
}
</style>
border-color css
<style>
span { border-color: #CE56FC; }
span { border-color: rgb(206,86,252); }
td.TdClassName
{
border-color: #CE56FC;
}
.TagClassName
{
border-color: #CE56FC;
}
</style>