Shades of Heliotrope #CE81EB
Tints of Heliotrope #CE81EB
RGB
CMYK
RGB Variations
Color information
#CE81EB (or 0xCE81EB) is known color: Heliotrope. HEX triplet: CE, 81 and EB. RGB value is (206,129,235). Sum of RGB (Red+Green+Blue) = 206+129+235=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE81EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE81EB is #317E14. Grayscale: #A3A3A3. Windows color (decimal): -3243541 or 15434190. OLE color: 15434190.
HSL color Cylindrical-coordinate representation of color #CE81EB: hue angle of 283.58º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE81EB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 129 | 235 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.08 |
| HSL | 283.58º | 0.73% | 0.71% | - |
| HSV(B) | 283.58º | 0.45% | 0.92% | - |
| XYZ | 48.3 | 34.82 | 82.77 | - |
| YUV | 164.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 235 | 0.12 | 0.45 | 0 | 0.08 | 283.58 | 0.73 | 0.71 |
| Hex | CE | 81 | EB | C | 2D | 0 | 8 | 11C | 49 | 47 |
| Octal | 316 | 201 | 353 | 14 | 55 | 0 | 10 | 434 | 111 | 107 |
| Binary | 11001110 | 10000001 | 11101011 | 1100 | 101101 | 0 | 1000 | 100011100 | 1001001 | 1000111 |
Color Harmonies of #CE81EB
Complementary color
Monochromatic Colors of #CE81EB
Black with #CE81EB
Text Example
Text Example
White with #CE81EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81EB; }
p { color: rgb(206,129,235); }
H1.HeaderClassName
{
color: #CE81EB;
}
.AnyTagClassName
{
color: #CE81EB;
}
</style>
background-color css
<style>
a { background-color: #CE81EB; }
a { background-color: rgb(206,129,235); }
div.DivClassName
{
background-color: #CE81EB;
}
.BgClassName
{
background-color: #CE81EB;
}
</style>
border-color css
<style>
span { border-color: #CE81EB; }
span { border-color: rgb(206,129,235); }
td.TdClassName
{
border-color: #CE81EB;
}
.TagClassName
{
border-color: #CE81EB;
}
</style>