Shades of Heliotrope #CE7AF6
Tints of Heliotrope #CE7AF6
RGB
CMYK
RGB Variations
Color information
#CE7AF6 (or 0xCE7AF6) is known color: Heliotrope. HEX triplet: CE, 7A and F6. RGB value is (206,122,246). Sum of RGB (Red+Green+Blue) = 206+122+246=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE7AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7AF6 is #318509. Grayscale: #A0A0A0. Windows color (decimal): -3245322 or 16153294. OLE color: 16153294.
HSL color Cylindrical-coordinate representation of color #CE7AF6: hue angle of 280.65º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7AF6 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 122 | 246 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.04 |
| HSL | 280.65º | 0.87% | 0.72% | - |
| HSV(B) | 280.65º | 0.5% | 0.96% | - |
| XYZ | 49.05 | 33.69 | 91.11 | - |
| YUV | 161.25 | 175.83 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 246 | 0.16 | 0.50 | 0 | 0.04 | 280.65 | 0.87 | 0.72 |
| Hex | CE | 7A | F6 | 10 | 32 | 0 | 4 | 119 | 57 | 48 |
| Octal | 316 | 172 | 366 | 20 | 62 | 0 | 4 | 431 | 127 | 110 |
| Binary | 11001110 | 1111010 | 11110110 | 10000 | 110010 | 0 | 100 | 100011001 | 1010111 | 1001000 |
Color Harmonies of #CE7AF6
Complementary color
Monochromatic Colors of #CE7AF6
Black with #CE7AF6
Text Example
Text Example
White with #CE7AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AF6; }
p { color: rgb(206,122,246); }
H1.HeaderClassName
{
color: #CE7AF6;
}
.AnyTagClassName
{
color: #CE7AF6;
}
</style>
background-color css
<style>
a { background-color: #CE7AF6; }
a { background-color: rgb(206,122,246); }
div.DivClassName
{
background-color: #CE7AF6;
}
.BgClassName
{
background-color: #CE7AF6;
}
</style>
border-color css
<style>
span { border-color: #CE7AF6; }
span { border-color: rgb(206,122,246); }
td.TdClassName
{
border-color: #CE7AF6;
}
.TagClassName
{
border-color: #CE7AF6;
}
</style>