Shades of Heliotrope #CE6EFE
Tints of Heliotrope #CE6EFE
RGB
CMYK
RGB Variations
Color information
#CE6EFE (or 0xCE6EFE) is known color: Heliotrope. HEX triplet: CE, 6E and FE. RGB value is (206,110,254). Sum of RGB (Red+Green+Blue) = 206+110+254=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE6EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6EFE is #319101. Grayscale: #9A9A9A. Windows color (decimal): -3248386 or 16674510. OLE color: 16674510.
HSL color Cylindrical-coordinate representation of color #CE6EFE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE6EFE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 110 | 254 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.71% | - |
| HSV(B) | 280º | 0.57% | 1% | - |
| XYZ | 48.92 | 31.43 | 97.25 | - |
| YUV | 155.12 | 183.8 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 254 | 0.19 | 0.57 | 0 | 0.00 | 280 | 0.99 | 0.71 |
| Hex | CE | 6E | FE | 13 | 39 | 0 | 0 | 118 | 63 | 47 |
| Octal | 316 | 156 | 376 | 23 | 71 | 0 | 0 | 430 | 143 | 107 |
| Binary | 11001110 | 1101110 | 11111110 | 10011 | 111001 | 0 | 0 | 100011000 | 1100011 | 1000111 |
Color Harmonies of #CE6EFE
Complementary color
Monochromatic Colors of #CE6EFE
Black with #CE6EFE
Text Example
Text Example
White with #CE6EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6EFE; }
p { color: rgb(206,110,254); }
H1.HeaderClassName
{
color: #CE6EFE;
}
.AnyTagClassName
{
color: #CE6EFE;
}
</style>
background-color css
<style>
a { background-color: #CE6EFE; }
a { background-color: rgb(206,110,254); }
div.DivClassName
{
background-color: #CE6EFE;
}
.BgClassName
{
background-color: #CE6EFE;
}
</style>
border-color css
<style>
span { border-color: #CE6EFE; }
span { border-color: rgb(206,110,254); }
td.TdClassName
{
border-color: #CE6EFE;
}
.TagClassName
{
border-color: #CE6EFE;
}
</style>