Shades of Heliotrope #CE5AF6
Tints of Heliotrope #CE5AF6
RGB
CMYK
RGB Variations
Color information
#CE5AF6 (or 0xCE5AF6) is known color: Heliotrope. HEX triplet: CE, 5A and F6. RGB value is (206,90,246). Sum of RGB (Red+Green+Blue) = 206+90+246=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE5AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5AF6 is #31A509. Grayscale: #8D8D8D. Windows color (decimal): -3253514 or 16145102. OLE color: 16145102.
HSL color Cylindrical-coordinate representation of color #CE5AF6: hue angle of 284.62º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE5AF6 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 90 | 246 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.04 |
| HSL | 284.62º | 0.9% | 0.66% | - |
| HSV(B) | 284.62º | 0.63% | 0.96% | - |
| XYZ | 45.74 | 27.09 | 90.01 | - |
| YUV | 142.47 | 186.43 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 246 | 0.16 | 0.63 | 0 | 0.04 | 284.62 | 0.9 | 0.66 |
| Hex | CE | 5A | F6 | 10 | 3F | 0 | 4 | 11D | 5A | 42 |
| Octal | 316 | 132 | 366 | 20 | 77 | 0 | 4 | 435 | 132 | 102 |
| Binary | 11001110 | 1011010 | 11110110 | 10000 | 111111 | 0 | 100 | 100011101 | 1011010 | 1000010 |
Color Harmonies of #CE5AF6
Complementary color
Monochromatic Colors of #CE5AF6
Black with #CE5AF6
Text Example
Text Example
White with #CE5AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AF6; }
p { color: rgb(206,90,246); }
H1.HeaderClassName
{
color: #CE5AF6;
}
.AnyTagClassName
{
color: #CE5AF6;
}
</style>
background-color css
<style>
a { background-color: #CE5AF6; }
a { background-color: rgb(206,90,246); }
div.DivClassName
{
background-color: #CE5AF6;
}
.BgClassName
{
background-color: #CE5AF6;
}
</style>
border-color css
<style>
span { border-color: #CE5AF6; }
span { border-color: rgb(206,90,246); }
td.TdClassName
{
border-color: #CE5AF6;
}
.TagClassName
{
border-color: #CE5AF6;
}
</style>