Shades of Heliotrope #CE8EFB
Tints of Heliotrope #CE8EFB
RGB
CMYK
RGB Variations
Color information
#CE8EFB (or 0xCE8EFB) is known color: Heliotrope. HEX triplet: CE, 8E and FB. RGB value is (206,142,251). Sum of RGB (Red+Green+Blue) = 206+142+251=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE8EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8EFB is #317104. Grayscale: #ADADAD. Windows color (decimal): -3240197 or 16486094. OLE color: 16486094.
HSL color Cylindrical-coordinate representation of color #CE8EFB: hue angle of 275.23º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE8EFB is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 142 | 251 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.02 |
| HSL | 275.23º | 0.93% | 0.77% | - |
| HSV(B) | 275.23º | 0.43% | 0.98% | - |
| XYZ | 52.54 | 39.43 | 96.11 | - |
| YUV | 173.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 251 | 0.18 | 0.43 | 0 | 0.02 | 275.23 | 0.93 | 0.77 |
| Hex | CE | 8E | FB | 12 | 2B | 0 | 2 | 113 | 5D | 4D |
| Octal | 316 | 216 | 373 | 22 | 53 | 0 | 2 | 423 | 135 | 115 |
| Binary | 11001110 | 10001110 | 11111011 | 10010 | 101011 | 0 | 10 | 100010011 | 1011101 | 1001101 |
Color Harmonies of #CE8EFB
Complementary color
Monochromatic Colors of #CE8EFB
Black with #CE8EFB
Text Example
Text Example
White with #CE8EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8EFB; }
p { color: rgb(206,142,251); }
H1.HeaderClassName
{
color: #CE8EFB;
}
.AnyTagClassName
{
color: #CE8EFB;
}
</style>
background-color css
<style>
a { background-color: #CE8EFB; }
a { background-color: rgb(206,142,251); }
div.DivClassName
{
background-color: #CE8EFB;
}
.BgClassName
{
background-color: #CE8EFB;
}
</style>
border-color css
<style>
span { border-color: #CE8EFB; }
span { border-color: rgb(206,142,251); }
td.TdClassName
{
border-color: #CE8EFB;
}
.TagClassName
{
border-color: #CE8EFB;
}
</style>