Shades of Heliotrope #CE6FF2
Tints of Heliotrope #CE6FF2
RGB
CMYK
RGB Variations
Color information
#CE6FF2 (or 0xCE6FF2) is known color: Heliotrope. HEX triplet: CE, 6F and F2. RGB value is (206,111,242). Sum of RGB (Red+Green+Blue) = 206+111+242=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE6FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FF2 is #31900D. Grayscale: #999999. Windows color (decimal): -3248142 or 15888334. OLE color: 15888334.
HSL color Cylindrical-coordinate representation of color #CE6FF2: hue angle of 283.51º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE6FF2 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 111 | 242 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.05 |
| HSL | 283.51º | 0.83% | 0.69% | - |
| HSV(B) | 283.51º | 0.54% | 0.95% | - |
| XYZ | 47.17 | 30.9 | 87.48 | - |
| YUV | 154.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 242 | 0.15 | 0.54 | 0 | 0.05 | 283.51 | 0.83 | 0.69 |
| Hex | CE | 6F | F2 | F | 36 | 0 | 5 | 11C | 53 | 45 |
| Octal | 316 | 157 | 362 | 17 | 66 | 0 | 5 | 434 | 123 | 105 |
| Binary | 11001110 | 1101111 | 11110010 | 1111 | 110110 | 0 | 101 | 100011100 | 1010011 | 1000101 |
Color Harmonies of #CE6FF2
Complementary color
Monochromatic Colors of #CE6FF2
Black with #CE6FF2
Text Example
Text Example
White with #CE6FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FF2; }
p { color: rgb(206,111,242); }
H1.HeaderClassName
{
color: #CE6FF2;
}
.AnyTagClassName
{
color: #CE6FF2;
}
</style>
background-color css
<style>
a { background-color: #CE6FF2; }
a { background-color: rgb(206,111,242); }
div.DivClassName
{
background-color: #CE6FF2;
}
.BgClassName
{
background-color: #CE6FF2;
}
</style>
border-color css
<style>
span { border-color: #CE6FF2; }
span { border-color: rgb(206,111,242); }
td.TdClassName
{
border-color: #CE6FF2;
}
.TagClassName
{
border-color: #CE6FF2;
}
</style>