Shades of Heliotrope #CE8BFA
Tints of Heliotrope #CE8BFA
RGB
CMYK
RGB Variations
Color information
#CE8BFA (or 0xCE8BFA) is known color: Heliotrope. HEX triplet: CE, 8B and FA. RGB value is (206,139,250). Sum of RGB (Red+Green+Blue) = 206+139+250=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE8BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BFA is #317405. Grayscale: #ABABAB. Windows color (decimal): -3240966 or 16419790. OLE color: 16419790.
HSL color Cylindrical-coordinate representation of color #CE8BFA: hue angle of 276.22º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE8BFA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 139 | 250 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.02 |
| HSL | 276.22º | 0.92% | 0.76% | - |
| HSV(B) | 276.22º | 0.44% | 0.98% | - |
| XYZ | 51.94 | 38.49 | 95.13 | - |
| YUV | 171.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 250 | 0.18 | 0.44 | 0 | 0.02 | 276.22 | 0.92 | 0.76 |
| Hex | CE | 8B | FA | 12 | 2C | 0 | 2 | 114 | 5C | 4C |
| Octal | 316 | 213 | 372 | 22 | 54 | 0 | 2 | 424 | 134 | 114 |
| Binary | 11001110 | 10001011 | 11111010 | 10010 | 101100 | 0 | 10 | 100010100 | 1011100 | 1001100 |
Color Harmonies of #CE8BFA
Complementary color
Monochromatic Colors of #CE8BFA
Black with #CE8BFA
Text Example
Text Example
White with #CE8BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BFA; }
p { color: rgb(206,139,250); }
H1.HeaderClassName
{
color: #CE8BFA;
}
.AnyTagClassName
{
color: #CE8BFA;
}
</style>
background-color css
<style>
a { background-color: #CE8BFA; }
a { background-color: rgb(206,139,250); }
div.DivClassName
{
background-color: #CE8BFA;
}
.BgClassName
{
background-color: #CE8BFA;
}
</style>
border-color css
<style>
span { border-color: #CE8BFA; }
span { border-color: rgb(206,139,250); }
td.TdClassName
{
border-color: #CE8BFA;
}
.TagClassName
{
border-color: #CE8BFA;
}
</style>