Shades of Heliotrope #CE8CFE
Tints of Heliotrope #CE8CFE
RGB
CMYK
RGB Variations
Color information
#CE8CFE (or 0xCE8CFE) is known color: Heliotrope. HEX triplet: CE, 8C and FE. RGB value is (206,140,254). Sum of RGB (Red+Green+Blue) = 206+140+254=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE8CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8CFE is #317301. Grayscale: #ACACAC. Windows color (decimal): -3240706 or 16682190. OLE color: 16682190.
HSL color Cylindrical-coordinate representation of color #CE8CFE: hue angle of 274.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE8CFE is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 140 | 254 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.00 |
| HSL | 274.74º | 0.98% | 0.77% | - |
| HSV(B) | 274.74º | 0.45% | 1% | - |
| XYZ | 52.72 | 39.03 | 98.52 | - |
| YUV | 172.73 | 173.87 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 254 | 0.19 | 0.45 | 0 | 0.00 | 274.74 | 0.98 | 0.77 |
| Hex | CE | 8C | FE | 13 | 2D | 0 | 0 | 113 | 62 | 4D |
| Octal | 316 | 214 | 376 | 23 | 55 | 0 | 0 | 423 | 142 | 115 |
| Binary | 11001110 | 10001100 | 11111110 | 10011 | 101101 | 0 | 0 | 100010011 | 1100010 | 1001101 |
Color Harmonies of #CE8CFE
Complementary color
Monochromatic Colors of #CE8CFE
Black with #CE8CFE
Text Example
Text Example
White with #CE8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CFE; }
p { color: rgb(206,140,254); }
H1.HeaderClassName
{
color: #CE8CFE;
}
.AnyTagClassName
{
color: #CE8CFE;
}
</style>
background-color css
<style>
a { background-color: #CE8CFE; }
a { background-color: rgb(206,140,254); }
div.DivClassName
{
background-color: #CE8CFE;
}
.BgClassName
{
background-color: #CE8CFE;
}
</style>
border-color css
<style>
span { border-color: #CE8CFE; }
span { border-color: rgb(206,140,254); }
td.TdClassName
{
border-color: #CE8CFE;
}
.TagClassName
{
border-color: #CE8CFE;
}
</style>