Shades of Heliotrope #CE5BEE
Tints of Heliotrope #CE5BEE
RGB
CMYK
RGB Variations
Color information
#CE5BEE (or 0xCE5BEE) is known color: Heliotrope. HEX triplet: CE, 5B and EE. RGB value is (206,91,238). Sum of RGB (Red+Green+Blue) = 206+91+238=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE5BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5BEE is #31A411. Grayscale: #8D8D8D. Windows color (decimal): -3253266 or 15621070. OLE color: 15621070.
HSL color Cylindrical-coordinate representation of color #CE5BEE: hue angle of 286.94º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE5BEE is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 91 | 238 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.07 |
| HSL | 286.94º | 0.81% | 0.65% | - |
| HSV(B) | 286.94º | 0.62% | 0.93% | - |
| XYZ | 44.63 | 26.78 | 83.71 | - |
| YUV | 142.14 | 182.1 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 238 | 0.13 | 0.62 | 0 | 0.07 | 286.94 | 0.81 | 0.65 |
| Hex | CE | 5B | EE | D | 3E | 0 | 7 | 11F | 51 | 41 |
| Octal | 316 | 133 | 356 | 15 | 76 | 0 | 7 | 437 | 121 | 101 |
| Binary | 11001110 | 1011011 | 11101110 | 1101 | 111110 | 0 | 111 | 100011111 | 1010001 | 1000001 |
Color Harmonies of #CE5BEE
Complementary color
Monochromatic Colors of #CE5BEE
Black with #CE5BEE
Text Example
Text Example
White with #CE5BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BEE; }
p { color: rgb(206,91,238); }
H1.HeaderClassName
{
color: #CE5BEE;
}
.AnyTagClassName
{
color: #CE5BEE;
}
</style>
background-color css
<style>
a { background-color: #CE5BEE; }
a { background-color: rgb(206,91,238); }
div.DivClassName
{
background-color: #CE5BEE;
}
.BgClassName
{
background-color: #CE5BEE;
}
</style>
border-color css
<style>
span { border-color: #CE5BEE; }
span { border-color: rgb(206,91,238); }
td.TdClassName
{
border-color: #CE5BEE;
}
.TagClassName
{
border-color: #CE5BEE;
}
</style>