Shades of Heliotrope #CE6AF2
Tints of Heliotrope #CE6AF2
RGB
CMYK
RGB Variations
Color information
#CE6AF2 (or 0xCE6AF2) is known color: Heliotrope. HEX triplet: CE, 6A and F2. RGB value is (206,106,242). Sum of RGB (Red+Green+Blue) = 206+106+242=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE6AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AF2 is #31950D. Grayscale: #969696. Windows color (decimal): -3249422 or 15887054. OLE color: 15887054.
HSL color Cylindrical-coordinate representation of color #CE6AF2: hue angle of 284.12º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE6AF2 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 106 | 242 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.05 |
| HSL | 284.12º | 0.84% | 0.68% | - |
| HSV(B) | 284.12º | 0.56% | 0.95% | - |
| XYZ | 46.63 | 29.84 | 87.31 | - |
| YUV | 151.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 242 | 0.15 | 0.56 | 0 | 0.05 | 284.12 | 0.84 | 0.68 |
| Hex | CE | 6A | F2 | F | 38 | 0 | 5 | 11C | 54 | 44 |
| Octal | 316 | 152 | 362 | 17 | 70 | 0 | 5 | 434 | 124 | 104 |
| Binary | 11001110 | 1101010 | 11110010 | 1111 | 111000 | 0 | 101 | 100011100 | 1010100 | 1000100 |
Color Harmonies of #CE6AF2
Complementary color
Monochromatic Colors of #CE6AF2
Black with #CE6AF2
Text Example
Text Example
White with #CE6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AF2; }
p { color: rgb(206,106,242); }
H1.HeaderClassName
{
color: #CE6AF2;
}
.AnyTagClassName
{
color: #CE6AF2;
}
</style>
background-color css
<style>
a { background-color: #CE6AF2; }
a { background-color: rgb(206,106,242); }
div.DivClassName
{
background-color: #CE6AF2;
}
.BgClassName
{
background-color: #CE6AF2;
}
</style>
border-color css
<style>
span { border-color: #CE6AF2; }
span { border-color: rgb(206,106,242); }
td.TdClassName
{
border-color: #CE6AF2;
}
.TagClassName
{
border-color: #CE6AF2;
}
</style>