Shades of Heliotrope #CE6AFE
Tints of Heliotrope #CE6AFE
RGB
CMYK
RGB Variations
Color information
#CE6AFE (or 0xCE6AFE) is known color: Heliotrope. HEX triplet: CE, 6A and FE. RGB value is (206,106,254). Sum of RGB (Red+Green+Blue) = 206+106+254=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE6AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AFE is #319501. Grayscale: #989898. Windows color (decimal): -3249410 or 16673486. OLE color: 16673486.
HSL color Cylindrical-coordinate representation of color #CE6AFE: hue angle of 280.54º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE6AFE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 106 | 254 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.00 |
| HSL | 280.54º | 0.99% | 0.71% | - |
| HSV(B) | 280.54º | 0.58% | 1% | - |
| XYZ | 48.5 | 30.59 | 97.11 | - |
| YUV | 152.77 | 185.13 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 254 | 0.19 | 0.58 | 0 | 0.00 | 280.54 | 0.99 | 0.71 |
| Hex | CE | 6A | FE | 13 | 3A | 0 | 0 | 119 | 63 | 47 |
| Octal | 316 | 152 | 376 | 23 | 72 | 0 | 0 | 431 | 143 | 107 |
| Binary | 11001110 | 1101010 | 11111110 | 10011 | 111010 | 0 | 0 | 100011001 | 1100011 | 1000111 |
Color Harmonies of #CE6AFE
Complementary color
Monochromatic Colors of #CE6AFE
Black with #CE6AFE
Text Example
Text Example
White with #CE6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AFE; }
p { color: rgb(206,106,254); }
H1.HeaderClassName
{
color: #CE6AFE;
}
.AnyTagClassName
{
color: #CE6AFE;
}
</style>
background-color css
<style>
a { background-color: #CE6AFE; }
a { background-color: rgb(206,106,254); }
div.DivClassName
{
background-color: #CE6AFE;
}
.BgClassName
{
background-color: #CE6AFE;
}
</style>
border-color css
<style>
span { border-color: #CE6AFE; }
span { border-color: rgb(206,106,254); }
td.TdClassName
{
border-color: #CE6AFE;
}
.TagClassName
{
border-color: #CE6AFE;
}
</style>