Shades of Heliotrope #CE8BFB
Tints of Heliotrope #CE8BFB
RGB
CMYK
RGB Variations
Color information
#CE8BFB (or 0xCE8BFB) is known color: Heliotrope. HEX triplet: CE, 8B and FB. RGB value is (206,139,251). Sum of RGB (Red+Green+Blue) = 206+139+251=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE8BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BFB is #317404. Grayscale: #ABABAB. Windows color (decimal): -3240965 or 16485326. OLE color: 16485326.
HSL color Cylindrical-coordinate representation of color #CE8BFB: hue angle of 275.89º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE8BFB is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 139 | 251 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.02 |
| HSL | 275.89º | 0.93% | 0.76% | - |
| HSV(B) | 275.89º | 0.45% | 0.98% | - |
| XYZ | 52.1 | 38.55 | 95.96 | - |
| YUV | 171.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 251 | 0.18 | 0.45 | 0 | 0.02 | 275.89 | 0.93 | 0.76 |
| Hex | CE | 8B | FB | 12 | 2D | 0 | 2 | 114 | 5D | 4C |
| Octal | 316 | 213 | 373 | 22 | 55 | 0 | 2 | 424 | 135 | 114 |
| Binary | 11001110 | 10001011 | 11111011 | 10010 | 101101 | 0 | 10 | 100010100 | 1011101 | 1001100 |
Color Harmonies of #CE8BFB
Complementary color
Monochromatic Colors of #CE8BFB
Black with #CE8BFB
Text Example
Text Example
White with #CE8BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BFB; }
p { color: rgb(206,139,251); }
H1.HeaderClassName
{
color: #CE8BFB;
}
.AnyTagClassName
{
color: #CE8BFB;
}
</style>
background-color css
<style>
a { background-color: #CE8BFB; }
a { background-color: rgb(206,139,251); }
div.DivClassName
{
background-color: #CE8BFB;
}
.BgClassName
{
background-color: #CE8BFB;
}
</style>
border-color css
<style>
span { border-color: #CE8BFB; }
span { border-color: rgb(206,139,251); }
td.TdClassName
{
border-color: #CE8BFB;
}
.TagClassName
{
border-color: #CE8BFB;
}
</style>