Shades of Heliotrope #CE56FE
Tints of Heliotrope #CE56FE
RGB
CMYK
RGB Variations
Color information
#CE56FE (or 0xCE56FE) is known color: Heliotrope. HEX triplet: CE, 56 and FE. RGB value is (206,86,254). Sum of RGB (Red+Green+Blue) = 206+86+254=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 86 (33.98% from 255 or 15.75% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE56FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE56FE is #31A901. Grayscale: #8C8C8C. Windows color (decimal): -3254530 or 16668366. OLE color: 16668366.
HSL color Cylindrical-coordinate representation of color #CE56FE: hue angle of 282.86º 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 #CE56FE is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 86 | 254 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.00 |
| HSL | 282.86º | 0.99% | 0.67% | - |
| HSV(B) | 282.86º | 0.66% | 1% | - |
| XYZ | 46.67 | 26.93 | 96.5 | - |
| YUV | 141.03 | 191.76 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 254 | 0.19 | 0.66 | 0 | 0.00 | 282.86 | 0.99 | 0.67 |
| Hex | CE | 56 | FE | 13 | 42 | 0 | 0 | 11B | 63 | 43 |
| Octal | 316 | 126 | 376 | 23 | 102 | 0 | 0 | 433 | 143 | 103 |
| Binary | 11001110 | 1010110 | 11111110 | 10011 | 1000010 | 0 | 0 | 100011011 | 1100011 | 1000011 |
Color Harmonies of #CE56FE
Complementary color
Monochromatic Colors of #CE56FE
Black with #CE56FE
Text Example
Text Example
White with #CE56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56FE; }
p { color: rgb(206,86,254); }
H1.HeaderClassName
{
color: #CE56FE;
}
.AnyTagClassName
{
color: #CE56FE;
}
</style>
background-color css
<style>
a { background-color: #CE56FE; }
a { background-color: rgb(206,86,254); }
div.DivClassName
{
background-color: #CE56FE;
}
.BgClassName
{
background-color: #CE56FE;
}
</style>
border-color css
<style>
span { border-color: #CE56FE; }
span { border-color: rgb(206,86,254); }
td.TdClassName
{
border-color: #CE56FE;
}
.TagClassName
{
border-color: #CE56FE;
}
</style>