Shades of Heliotrope #CE53FF
Tints of Heliotrope #CE53FF
RGB
CMYK
RGB Variations
Color information
#CE53FF (or 0xCE53FF) is known color: Heliotrope. HEX triplet: CE, 53 and FF. RGB value is (206,83,255). Sum of RGB (Red+Green+Blue) = 206+83+255=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 83 (32.81% from 255 or 15.26% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE53FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53FF is #31AC00. Grayscale: #8A8A8A. Windows color (decimal): -3255297 or 16733134. OLE color: 16733134.
HSL color Cylindrical-coordinate representation of color #CE53FF: hue angle of 282.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE53FF is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 83 | 255 | - |
| CMYK | 0.19 | 0.67 | 0 | 0 |
| HSL | 282.91º | 1% | 0.66% | - |
| HSV(B) | 282.91º | 0.67% | 1% | - |
| XYZ | 46.6 | 26.53 | 97.27 | - |
| YUV | 139.39 | 193.25 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 255 | 0.19 | 0.67 | 0 | 0 | 282.91 | 1 | 0.66 |
| Hex | CE | 53 | FF | 13 | 43 | 0 | 0 | 11B | 64 | 42 |
| Octal | 316 | 123 | 377 | 23 | 103 | 0 | 0 | 433 | 144 | 102 |
| Binary | 11001110 | 1010011 | 11111111 | 10011 | 1000011 | 0 | 0 | 100011011 | 1100100 | 1000010 |
Color Harmonies of #CE53FF
Complementary color
Monochromatic Colors of #CE53FF
Black with #CE53FF
Text Example
Text Example
White with #CE53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53FF; }
p { color: rgb(206,83,255); }
H1.HeaderClassName
{
color: #CE53FF;
}
.AnyTagClassName
{
color: #CE53FF;
}
</style>
background-color css
<style>
a { background-color: #CE53FF; }
a { background-color: rgb(206,83,255); }
div.DivClassName
{
background-color: #CE53FF;
}
.BgClassName
{
background-color: #CE53FF;
}
</style>
border-color css
<style>
span { border-color: #CE53FF; }
span { border-color: rgb(206,83,255); }
td.TdClassName
{
border-color: #CE53FF;
}
.TagClassName
{
border-color: #CE53FF;
}
</style>