Shades of Heliotrope #CE6AF0
Tints of Heliotrope #CE6AF0
RGB
CMYK
RGB Variations
Color information
#CE6AF0 (or 0xCE6AF0) is known color: Heliotrope. HEX triplet: CE, 6A and F0. RGB value is (206,106,240). Sum of RGB (Red+Green+Blue) = 206+106+240=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE6AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AF0 is #31950F. Grayscale: #969696. Windows color (decimal): -3249424 or 15755982. OLE color: 15755982.
HSL color Cylindrical-coordinate representation of color #CE6AF0: hue angle of 284.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE6AF0 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 106 | 240 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.06 |
| HSL | 284.78º | 0.82% | 0.68% | - |
| HSV(B) | 284.78º | 0.56% | 0.94% | - |
| XYZ | 46.34 | 29.72 | 85.73 | - |
| YUV | 151.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 240 | 0.14 | 0.56 | 0 | 0.06 | 284.78 | 0.82 | 0.68 |
| Hex | CE | 6A | F0 | E | 38 | 0 | 6 | 11D | 52 | 44 |
| Octal | 316 | 152 | 360 | 16 | 70 | 0 | 6 | 435 | 122 | 104 |
| Binary | 11001110 | 1101010 | 11110000 | 1110 | 111000 | 0 | 110 | 100011101 | 1010010 | 1000100 |
Color Harmonies of #CE6AF0
Complementary color
Monochromatic Colors of #CE6AF0
Black with #CE6AF0
Text Example
Text Example
White with #CE6AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AF0; }
p { color: rgb(206,106,240); }
H1.HeaderClassName
{
color: #CE6AF0;
}
.AnyTagClassName
{
color: #CE6AF0;
}
</style>
background-color css
<style>
a { background-color: #CE6AF0; }
a { background-color: rgb(206,106,240); }
div.DivClassName
{
background-color: #CE6AF0;
}
.BgClassName
{
background-color: #CE6AF0;
}
</style>
border-color css
<style>
span { border-color: #CE6AF0; }
span { border-color: rgb(206,106,240); }
td.TdClassName
{
border-color: #CE6AF0;
}
.TagClassName
{
border-color: #CE6AF0;
}
</style>