Shades of Heliotrope #CE5BEF
Tints of Heliotrope #CE5BEF
RGB
CMYK
RGB Variations
Color information
#CE5BEF (or 0xCE5BEF) is known color: Heliotrope. HEX triplet: CE, 5B and EF. RGB value is (206,91,239). Sum of RGB (Red+Green+Blue) = 206+91+239=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE5BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5BEF is #31A410. Grayscale: #8D8D8D. Windows color (decimal): -3253265 or 15686606. OLE color: 15686606.
HSL color Cylindrical-coordinate representation of color #CE5BEF: hue angle of 286.62º 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 #CE5BEF is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 91 | 239 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.06 |
| HSL | 286.62º | 0.82% | 0.65% | - |
| HSV(B) | 286.62º | 0.62% | 0.94% | - |
| XYZ | 44.77 | 26.84 | 84.48 | - |
| YUV | 142.26 | 182.6 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 239 | 0.14 | 0.62 | 0 | 0.06 | 286.62 | 0.82 | 0.65 |
| Hex | CE | 5B | EF | E | 3E | 0 | 6 | 11F | 52 | 41 |
| Octal | 316 | 133 | 357 | 16 | 76 | 0 | 6 | 437 | 122 | 101 |
| Binary | 11001110 | 1011011 | 11101111 | 1110 | 111110 | 0 | 110 | 100011111 | 1010010 | 1000001 |
Color Harmonies of #CE5BEF
Complementary color
Monochromatic Colors of #CE5BEF
Black with #CE5BEF
Text Example
Text Example
White with #CE5BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BEF; }
p { color: rgb(206,91,239); }
H1.HeaderClassName
{
color: #CE5BEF;
}
.AnyTagClassName
{
color: #CE5BEF;
}
</style>
background-color css
<style>
a { background-color: #CE5BEF; }
a { background-color: rgb(206,91,239); }
div.DivClassName
{
background-color: #CE5BEF;
}
.BgClassName
{
background-color: #CE5BEF;
}
</style>
border-color css
<style>
span { border-color: #CE5BEF; }
span { border-color: rgb(206,91,239); }
td.TdClassName
{
border-color: #CE5BEF;
}
.TagClassName
{
border-color: #CE5BEF;
}
</style>