Shades of Heliotrope #CE6FE9
Tints of Heliotrope #CE6FE9
RGB
CMYK
RGB Variations
Color information
#CE6FE9 (or 0xCE6FE9) is known color: Heliotrope. HEX triplet: CE, 6F and E9. RGB value is (206,111,233). Sum of RGB (Red+Green+Blue) = 206+111+233=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE6FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FE9 is #319016. Grayscale: #989898. Windows color (decimal): -3248151 or 15298510. OLE color: 15298510.
HSL color Cylindrical-coordinate representation of color #CE6FE9: hue angle of 286.72º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6FE9 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 111 | 233 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.09 |
| HSL | 286.72º | 0.73% | 0.67% | - |
| HSV(B) | 286.72º | 0.52% | 0.91% | - |
| XYZ | 45.85 | 30.37 | 80.54 | - |
| YUV | 153.31 | 172.97 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 233 | 0.12 | 0.52 | 0 | 0.09 | 286.72 | 0.73 | 0.67 |
| Hex | CE | 6F | E9 | C | 34 | 0 | 9 | 11F | 49 | 43 |
| Octal | 316 | 157 | 351 | 14 | 64 | 0 | 11 | 437 | 111 | 103 |
| Binary | 11001110 | 1101111 | 11101001 | 1100 | 110100 | 0 | 1001 | 100011111 | 1001001 | 1000011 |
Color Harmonies of #CE6FE9
Complementary color
Monochromatic Colors of #CE6FE9
Black with #CE6FE9
Text Example
Text Example
White with #CE6FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FE9; }
p { color: rgb(206,111,233); }
H1.HeaderClassName
{
color: #CE6FE9;
}
.AnyTagClassName
{
color: #CE6FE9;
}
</style>
background-color css
<style>
a { background-color: #CE6FE9; }
a { background-color: rgb(206,111,233); }
div.DivClassName
{
background-color: #CE6FE9;
}
.BgClassName
{
background-color: #CE6FE9;
}
</style>
border-color css
<style>
span { border-color: #CE6FE9; }
span { border-color: rgb(206,111,233); }
td.TdClassName
{
border-color: #CE6FE9;
}
.TagClassName
{
border-color: #CE6FE9;
}
</style>