Shades of Heliotrope #CE8BFC
Tints of Heliotrope #CE8BFC
RGB
CMYK
RGB Variations
Color information
#CE8BFC (or 0xCE8BFC) is known color: Heliotrope. HEX triplet: CE, 8B and FC. RGB value is (206,139,252). Sum of RGB (Red+Green+Blue) = 206+139+252=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 139 (54.69% from 255 or 23.28% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE8BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BFC is #317403. Grayscale: #ABABAB. Windows color (decimal): -3240964 or 16550862. OLE color: 16550862.
HSL color Cylindrical-coordinate representation of color #CE8BFC: hue angle of 275.58º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE8BFC is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 139 | 252 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.01 |
| HSL | 275.58º | 0.95% | 0.77% | - |
| HSV(B) | 275.58º | 0.45% | 0.99% | - |
| XYZ | 52.26 | 38.62 | 96.79 | - |
| YUV | 171.92 | 173.2 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 252 | 0.18 | 0.45 | 0 | 0.01 | 275.58 | 0.95 | 0.77 |
| Hex | CE | 8B | FC | 12 | 2D | 0 | 1 | 114 | 5F | 4D |
| Octal | 316 | 213 | 374 | 22 | 55 | 0 | 1 | 424 | 137 | 115 |
| Binary | 11001110 | 10001011 | 11111100 | 10010 | 101101 | 0 | 1 | 100010100 | 1011111 | 1001101 |
Color Harmonies of #CE8BFC
Complementary color
Monochromatic Colors of #CE8BFC
Black with #CE8BFC
Text Example
Text Example
White with #CE8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BFC; }
p { color: rgb(206,139,252); }
H1.HeaderClassName
{
color: #CE8BFC;
}
.AnyTagClassName
{
color: #CE8BFC;
}
</style>
background-color css
<style>
a { background-color: #CE8BFC; }
a { background-color: rgb(206,139,252); }
div.DivClassName
{
background-color: #CE8BFC;
}
.BgClassName
{
background-color: #CE8BFC;
}
</style>
border-color css
<style>
span { border-color: #CE8BFC; }
span { border-color: rgb(206,139,252); }
td.TdClassName
{
border-color: #CE8BFC;
}
.TagClassName
{
border-color: #CE8BFC;
}
</style>