Shades of Heliotrope #CE5DEF
Tints of Heliotrope #CE5DEF
RGB
CMYK
RGB Variations
Color information
#CE5DEF (or 0xCE5DEF) is known color: Heliotrope. HEX triplet: CE, 5D and EF. RGB value is (206,93,239). Sum of RGB (Red+Green+Blue) = 206+93+239=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE5DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5DEF is #31A210. Grayscale: #8E8E8E. Windows color (decimal): -3252753 or 15687118. OLE color: 15687118.
HSL color Cylindrical-coordinate representation of color #CE5DEF: hue angle of 286.44º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5DEF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 93 | 239 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.06 |
| HSL | 286.44º | 0.82% | 0.65% | - |
| HSV(B) | 286.44º | 0.61% | 0.94% | - |
| XYZ | 44.95 | 27.18 | 84.54 | - |
| YUV | 143.43 | 181.94 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 239 | 0.14 | 0.61 | 0 | 0.06 | 286.44 | 0.82 | 0.65 |
| Hex | CE | 5D | EF | E | 3D | 0 | 6 | 11E | 52 | 41 |
| Octal | 316 | 135 | 357 | 16 | 75 | 0 | 6 | 436 | 122 | 101 |
| Binary | 11001110 | 1011101 | 11101111 | 1110 | 111101 | 0 | 110 | 100011110 | 1010010 | 1000001 |
Color Harmonies of #CE5DEF
Complementary color
Monochromatic Colors of #CE5DEF
Black with #CE5DEF
Text Example
Text Example
White with #CE5DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DEF; }
p { color: rgb(206,93,239); }
H1.HeaderClassName
{
color: #CE5DEF;
}
.AnyTagClassName
{
color: #CE5DEF;
}
</style>
background-color css
<style>
a { background-color: #CE5DEF; }
a { background-color: rgb(206,93,239); }
div.DivClassName
{
background-color: #CE5DEF;
}
.BgClassName
{
background-color: #CE5DEF;
}
</style>
border-color css
<style>
span { border-color: #CE5DEF; }
span { border-color: rgb(206,93,239); }
td.TdClassName
{
border-color: #CE5DEF;
}
.TagClassName
{
border-color: #CE5DEF;
}
</style>