Shades of Heliotrope #CE56FF
Tints of Heliotrope #CE56FF
RGB
CMYK
RGB Variations
Color information
#CE56FF (or 0xCE56FF) is known color: Heliotrope. HEX triplet: CE, 56 and FF. RGB value is (206,86,255). Sum of RGB (Red+Green+Blue) = 206+86+255=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 86 (33.98% from 255 or 15.72% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE56FF is #31A900. Grayscale: #8C8C8C. Windows color (decimal): -3254529 or 16733902. OLE color: 16733902.
HSL color Cylindrical-coordinate representation of color #CE56FF: hue angle of 282.6º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE56FF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 86 | 255 | - |
| CMYK | 0.19 | 0.66 | 0 | 0 |
| HSL | 282.6º | 1% | 0.67% | - |
| HSV(B) | 282.6º | 0.66% | 1% | - |
| XYZ | 46.83 | 27 | 97.35 | - |
| YUV | 141.15 | 192.26 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 255 | 0.19 | 0.66 | 0 | 0 | 282.6 | 1 | 0.67 |
| Hex | CE | 56 | FF | 13 | 42 | 0 | 0 | 11B | 64 | 43 |
| Octal | 316 | 126 | 377 | 23 | 102 | 0 | 0 | 433 | 144 | 103 |
| Binary | 11001110 | 1010110 | 11111111 | 10011 | 1000010 | 0 | 0 | 100011011 | 1100100 | 1000011 |
Color Harmonies of #CE56FF
Complementary color
Monochromatic Colors of #CE56FF
Black with #CE56FF
Text Example
Text Example
White with #CE56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56FF; }
p { color: rgb(206,86,255); }
H1.HeaderClassName
{
color: #CE56FF;
}
.AnyTagClassName
{
color: #CE56FF;
}
</style>
background-color css
<style>
a { background-color: #CE56FF; }
a { background-color: rgb(206,86,255); }
div.DivClassName
{
background-color: #CE56FF;
}
.BgClassName
{
background-color: #CE56FF;
}
</style>
border-color css
<style>
span { border-color: #CE56FF; }
span { border-color: rgb(206,86,255); }
td.TdClassName
{
border-color: #CE56FF;
}
.TagClassName
{
border-color: #CE56FF;
}
</style>