Shades of Heliotrope #CE8DFE
Tints of Heliotrope #CE8DFE
RGB
CMYK
RGB Variations
Color information
#CE8DFE (or 0xCE8DFE) is known color: Heliotrope. HEX triplet: CE, 8D and FE. RGB value is (206,141,254). Sum of RGB (Red+Green+Blue) = 206+141+254=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE8DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8DFE is #317201. Grayscale: #ACACAC. Windows color (decimal): -3240450 or 16682446. OLE color: 16682446.
HSL color Cylindrical-coordinate representation of color #CE8DFE: hue angle of 274.51º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE8DFE is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 141 | 254 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.00 |
| HSL | 274.51º | 0.98% | 0.77% | - |
| HSV(B) | 274.51º | 0.44% | 1% | - |
| XYZ | 52.87 | 39.33 | 98.57 | - |
| YUV | 173.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 254 | 0.19 | 0.44 | 0 | 0.00 | 274.51 | 0.98 | 0.77 |
| Hex | CE | 8D | FE | 13 | 2C | 0 | 0 | 113 | 62 | 4D |
| Octal | 316 | 215 | 376 | 23 | 54 | 0 | 0 | 423 | 142 | 115 |
| Binary | 11001110 | 10001101 | 11111110 | 10011 | 101100 | 0 | 0 | 100010011 | 1100010 | 1001101 |
Color Harmonies of #CE8DFE
Complementary color
Monochromatic Colors of #CE8DFE
Black with #CE8DFE
Text Example
Text Example
White with #CE8DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DFE; }
p { color: rgb(206,141,254); }
H1.HeaderClassName
{
color: #CE8DFE;
}
.AnyTagClassName
{
color: #CE8DFE;
}
</style>
background-color css
<style>
a { background-color: #CE8DFE; }
a { background-color: rgb(206,141,254); }
div.DivClassName
{
background-color: #CE8DFE;
}
.BgClassName
{
background-color: #CE8DFE;
}
</style>
border-color css
<style>
span { border-color: #CE8DFE; }
span { border-color: rgb(206,141,254); }
td.TdClassName
{
border-color: #CE8DFE;
}
.TagClassName
{
border-color: #CE8DFE;
}
</style>