Shades of Heliotrope #CE8DFB
Tints of Heliotrope #CE8DFB
RGB
CMYK
RGB Variations
Color information
#CE8DFB (or 0xCE8DFB) is known color: Heliotrope. HEX triplet: CE, 8D and FB. RGB value is (206,141,251). Sum of RGB (Red+Green+Blue) = 206+141+251=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE8DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8DFB is #317204. Grayscale: #ACACAC. Windows color (decimal): -3240453 or 16485838. OLE color: 16485838.
HSL color Cylindrical-coordinate representation of color #CE8DFB: hue angle of 275.45º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE8DFB is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 141 | 251 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.02 |
| HSL | 275.45º | 0.93% | 0.77% | - |
| HSV(B) | 275.45º | 0.44% | 0.98% | - |
| XYZ | 52.39 | 39.14 | 96.06 | - |
| YUV | 172.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 251 | 0.18 | 0.44 | 0 | 0.02 | 275.45 | 0.93 | 0.77 |
| Hex | CE | 8D | FB | 12 | 2C | 0 | 2 | 113 | 5D | 4D |
| Octal | 316 | 215 | 373 | 22 | 54 | 0 | 2 | 423 | 135 | 115 |
| Binary | 11001110 | 10001101 | 11111011 | 10010 | 101100 | 0 | 10 | 100010011 | 1011101 | 1001101 |
Color Harmonies of #CE8DFB
Complementary color
Monochromatic Colors of #CE8DFB
Black with #CE8DFB
Text Example
Text Example
White with #CE8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DFB; }
p { color: rgb(206,141,251); }
H1.HeaderClassName
{
color: #CE8DFB;
}
.AnyTagClassName
{
color: #CE8DFB;
}
</style>
background-color css
<style>
a { background-color: #CE8DFB; }
a { background-color: rgb(206,141,251); }
div.DivClassName
{
background-color: #CE8DFB;
}
.BgClassName
{
background-color: #CE8DFB;
}
</style>
border-color css
<style>
span { border-color: #CE8DFB; }
span { border-color: rgb(206,141,251); }
td.TdClassName
{
border-color: #CE8DFB;
}
.TagClassName
{
border-color: #CE8DFB;
}
</style>