Shades of Heliotrope #CE8DFF
Tints of Heliotrope #CE8DFF
RGB
CMYK
RGB Variations
Color information
#CE8DFF (or 0xCE8DFF) is known color: Heliotrope. HEX triplet: CE, 8D and FF. RGB value is (206,141,255). Sum of RGB (Red+Green+Blue) = 206+141+255=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE8DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8DFF is #317200. Grayscale: #ADADAD. Windows color (decimal): -3240449 or 16747982. OLE color: 16747982.
HSL color Cylindrical-coordinate representation of color #CE8DFF: hue angle of 274.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE8DFF is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 141 | 255 | - |
| CMYK | 0.19 | 0.45 | 0 | 0 |
| HSL | 274.21º | 1% | 0.78% | - |
| HSV(B) | 274.21º | 0.45% | 1% | - |
| XYZ | 53.03 | 39.39 | 99.42 | - |
| YUV | 173.43 | 174.03 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 255 | 0.19 | 0.45 | 0 | 0 | 274.21 | 1 | 0.78 |
| Hex | CE | 8D | FF | 13 | 2D | 0 | 0 | 112 | 64 | 4E |
| Octal | 316 | 215 | 377 | 23 | 55 | 0 | 0 | 422 | 144 | 116 |
| Binary | 11001110 | 10001101 | 11111111 | 10011 | 101101 | 0 | 0 | 100010010 | 1100100 | 1001110 |
Color Harmonies of #CE8DFF
Complementary color
Monochromatic Colors of #CE8DFF
Black with #CE8DFF
Text Example
Text Example
White with #CE8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DFF; }
p { color: rgb(206,141,255); }
H1.HeaderClassName
{
color: #CE8DFF;
}
.AnyTagClassName
{
color: #CE8DFF;
}
</style>
background-color css
<style>
a { background-color: #CE8DFF; }
a { background-color: rgb(206,141,255); }
div.DivClassName
{
background-color: #CE8DFF;
}
.BgClassName
{
background-color: #CE8DFF;
}
</style>
border-color css
<style>
span { border-color: #CE8DFF; }
span { border-color: rgb(206,141,255); }
td.TdClassName
{
border-color: #CE8DFF;
}
.TagClassName
{
border-color: #CE8DFF;
}
</style>