Shades of Heliotrope #CE8BFF
Tints of Heliotrope #CE8BFF
RGB
CMYK
RGB Variations
Color information
#CE8BFF (or 0xCE8BFF) is known color: Heliotrope. HEX triplet: CE, 8B and FF. RGB value is (206,139,255). Sum of RGB (Red+Green+Blue) = 206+139+255=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 139 (54.69% from 255 or 23.17% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE8BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BFF is #317400. Grayscale: #ABABAB. Windows color (decimal): -3240961 or 16747470. OLE color: 16747470.
HSL color Cylindrical-coordinate representation of color #CE8BFF: hue angle of 274.66º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE8BFF is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 139 | 255 | - |
| CMYK | 0.19 | 0.45 | 0 | 0 |
| HSL | 274.66º | 1% | 0.77% | - |
| HSV(B) | 274.66º | 0.45% | 1% | - |
| XYZ | 52.74 | 38.81 | 99.32 | - |
| YUV | 172.26 | 174.7 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 255 | 0.19 | 0.45 | 0 | 0 | 274.66 | 1 | 0.77 |
| Hex | CE | 8B | FF | 13 | 2D | 0 | 0 | 113 | 64 | 4D |
| Octal | 316 | 213 | 377 | 23 | 55 | 0 | 0 | 423 | 144 | 115 |
| Binary | 11001110 | 10001011 | 11111111 | 10011 | 101101 | 0 | 0 | 100010011 | 1100100 | 1001101 |
Color Harmonies of #CE8BFF
Complementary color
Monochromatic Colors of #CE8BFF
Black with #CE8BFF
Text Example
Text Example
White with #CE8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BFF; }
p { color: rgb(206,139,255); }
H1.HeaderClassName
{
color: #CE8BFF;
}
.AnyTagClassName
{
color: #CE8BFF;
}
</style>
background-color css
<style>
a { background-color: #CE8BFF; }
a { background-color: rgb(206,139,255); }
div.DivClassName
{
background-color: #CE8BFF;
}
.BgClassName
{
background-color: #CE8BFF;
}
</style>
border-color css
<style>
span { border-color: #CE8BFF; }
span { border-color: rgb(206,139,255); }
td.TdClassName
{
border-color: #CE8BFF;
}
.TagClassName
{
border-color: #CE8BFF;
}
</style>