Shades of Heliotrope #CE5CEF
Tints of Heliotrope #CE5CEF
RGB
CMYK
RGB Variations
Color information
#CE5CEF (or 0xCE5CEF) is known color: Heliotrope. HEX triplet: CE, 5C and EF. RGB value is (206,92,239). Sum of RGB (Red+Green+Blue) = 206+92+239=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE5CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5CEF is #31A310. Grayscale: #8E8E8E. Windows color (decimal): -3253009 or 15686862. OLE color: 15686862.
HSL color Cylindrical-coordinate representation of color #CE5CEF: hue angle of 286.53º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE5CEF is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 92 | 239 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.06 |
| HSL | 286.53º | 0.82% | 0.65% | - |
| HSV(B) | 286.53º | 0.62% | 0.94% | - |
| XYZ | 44.86 | 27.01 | 84.51 | - |
| YUV | 142.84 | 182.27 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 239 | 0.14 | 0.62 | 0 | 0.06 | 286.53 | 0.82 | 0.65 |
| Hex | CE | 5C | EF | E | 3E | 0 | 6 | 11F | 52 | 41 |
| Octal | 316 | 134 | 357 | 16 | 76 | 0 | 6 | 437 | 122 | 101 |
| Binary | 11001110 | 1011100 | 11101111 | 1110 | 111110 | 0 | 110 | 100011111 | 1010010 | 1000001 |
Color Harmonies of #CE5CEF
Complementary color
Monochromatic Colors of #CE5CEF
Black with #CE5CEF
Text Example
Text Example
White with #CE5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CEF; }
p { color: rgb(206,92,239); }
H1.HeaderClassName
{
color: #CE5CEF;
}
.AnyTagClassName
{
color: #CE5CEF;
}
</style>
background-color css
<style>
a { background-color: #CE5CEF; }
a { background-color: rgb(206,92,239); }
div.DivClassName
{
background-color: #CE5CEF;
}
.BgClassName
{
background-color: #CE5CEF;
}
</style>
border-color css
<style>
span { border-color: #CE5CEF; }
span { border-color: rgb(206,92,239); }
td.TdClassName
{
border-color: #CE5CEF;
}
.TagClassName
{
border-color: #CE5CEF;
}
</style>