Shades of Heliotrope #CE7AFF
Tints of Heliotrope #CE7AFF
RGB
CMYK
RGB Variations
Color information
#CE7AFF (or 0xCE7AFF) is known color: Heliotrope. HEX triplet: CE, 7A and FF. RGB value is (206,122,255). Sum of RGB (Red+Green+Blue) = 206+122+255=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 122 (48.05% from 255 or 20.93% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7AFF is #318500. Grayscale: #A1A1A1. Windows color (decimal): -3245313 or 16743118. OLE color: 16743118.
HSL color Cylindrical-coordinate representation of color #CE7AFF: hue angle of 277.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE7AFF is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 122 | 255 | - |
| CMYK | 0.19 | 0.52 | 0 | 0 |
| HSL | 277.89º | 1% | 0.74% | - |
| HSV(B) | 277.89º | 0.52% | 1% | - |
| XYZ | 50.46 | 34.26 | 98.56 | - |
| YUV | 162.28 | 180.33 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 255 | 0.19 | 0.52 | 0 | 0 | 277.89 | 1 | 0.74 |
| Hex | CE | 7A | FF | 13 | 34 | 0 | 0 | 116 | 64 | 4A |
| Octal | 316 | 172 | 377 | 23 | 64 | 0 | 0 | 426 | 144 | 112 |
| Binary | 11001110 | 1111010 | 11111111 | 10011 | 110100 | 0 | 0 | 100010110 | 1100100 | 1001010 |
Color Harmonies of #CE7AFF
Complementary color
Monochromatic Colors of #CE7AFF
Black with #CE7AFF
Text Example
Text Example
White with #CE7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AFF; }
p { color: rgb(206,122,255); }
H1.HeaderClassName
{
color: #CE7AFF;
}
.AnyTagClassName
{
color: #CE7AFF;
}
</style>
background-color css
<style>
a { background-color: #CE7AFF; }
a { background-color: rgb(206,122,255); }
div.DivClassName
{
background-color: #CE7AFF;
}
.BgClassName
{
background-color: #CE7AFF;
}
</style>
border-color css
<style>
span { border-color: #CE7AFF; }
span { border-color: rgb(206,122,255); }
td.TdClassName
{
border-color: #CE7AFF;
}
.TagClassName
{
border-color: #CE7AFF;
}
</style>