Shades of Heliotrope #CE7AFE
Tints of Heliotrope #CE7AFE
RGB
CMYK
RGB Variations
Color information
#CE7AFE (or 0xCE7AFE) is known color: Heliotrope. HEX triplet: CE, 7A and FE. RGB value is (206,122,254). Sum of RGB (Red+Green+Blue) = 206+122+254=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE7AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7AFE is #318501. Grayscale: #A1A1A1. Windows color (decimal): -3245314 or 16677582. OLE color: 16677582.
HSL color Cylindrical-coordinate representation of color #CE7AFE: hue angle of 278.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE7AFE is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 122 | 254 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.00 |
| HSL | 278.18º | 0.99% | 0.74% | - |
| HSV(B) | 278.18º | 0.52% | 1% | - |
| XYZ | 50.3 | 34.2 | 97.72 | - |
| YUV | 162.16 | 179.83 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 254 | 0.19 | 0.52 | 0 | 0.00 | 278.18 | 0.99 | 0.74 |
| Hex | CE | 7A | FE | 13 | 34 | 0 | 0 | 116 | 63 | 4A |
| Octal | 316 | 172 | 376 | 23 | 64 | 0 | 0 | 426 | 143 | 112 |
| Binary | 11001110 | 1111010 | 11111110 | 10011 | 110100 | 0 | 0 | 100010110 | 1100011 | 1001010 |
Color Harmonies of #CE7AFE
Complementary color
Monochromatic Colors of #CE7AFE
Black with #CE7AFE
Text Example
Text Example
White with #CE7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AFE; }
p { color: rgb(206,122,254); }
H1.HeaderClassName
{
color: #CE7AFE;
}
.AnyTagClassName
{
color: #CE7AFE;
}
</style>
background-color css
<style>
a { background-color: #CE7AFE; }
a { background-color: rgb(206,122,254); }
div.DivClassName
{
background-color: #CE7AFE;
}
.BgClassName
{
background-color: #CE7AFE;
}
</style>
border-color css
<style>
span { border-color: #CE7AFE; }
span { border-color: rgb(206,122,254); }
td.TdClassName
{
border-color: #CE7AFE;
}
.TagClassName
{
border-color: #CE7AFE;
}
</style>