Shades of Heliotrope #CE53FE
Tints of Heliotrope #CE53FE
RGB
CMYK
RGB Variations
Color information
#CE53FE (or 0xCE53FE) is known color: Heliotrope. HEX triplet: CE, 53 and FE. RGB value is (206,83,254). Sum of RGB (Red+Green+Blue) = 206+83+254=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 83 (32.81% from 255 or 15.29% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53FE is #31AC01. Grayscale: #8A8A8A. Windows color (decimal): -3255298 or 16667598. OLE color: 16667598.
HSL color Cylindrical-coordinate representation of color #CE53FE: hue angle of 283.16º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE53FE is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 83 | 254 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.00 |
| HSL | 283.16º | 0.99% | 0.66% | - |
| HSV(B) | 283.16º | 0.67% | 1% | - |
| XYZ | 46.44 | 26.46 | 96.43 | - |
| YUV | 139.27 | 192.75 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 254 | 0.19 | 0.67 | 0 | 0.00 | 283.16 | 0.99 | 0.66 |
| Hex | CE | 53 | FE | 13 | 43 | 0 | 0 | 11B | 63 | 42 |
| Octal | 316 | 123 | 376 | 23 | 103 | 0 | 0 | 433 | 143 | 102 |
| Binary | 11001110 | 1010011 | 11111110 | 10011 | 1000011 | 0 | 0 | 100011011 | 1100011 | 1000010 |
Color Harmonies of #CE53FE
Complementary color
Monochromatic Colors of #CE53FE
Black with #CE53FE
Text Example
Text Example
White with #CE53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53FE; }
p { color: rgb(206,83,254); }
H1.HeaderClassName
{
color: #CE53FE;
}
.AnyTagClassName
{
color: #CE53FE;
}
</style>
background-color css
<style>
a { background-color: #CE53FE; }
a { background-color: rgb(206,83,254); }
div.DivClassName
{
background-color: #CE53FE;
}
.BgClassName
{
background-color: #CE53FE;
}
</style>
border-color css
<style>
span { border-color: #CE53FE; }
span { border-color: rgb(206,83,254); }
td.TdClassName
{
border-color: #CE53FE;
}
.TagClassName
{
border-color: #CE53FE;
}
</style>