Shades of Heliotrope #CE7FF6
Tints of Heliotrope #CE7FF6
RGB
CMYK
RGB Variations
Color information
#CE7FF6 (or 0xCE7FF6) is known color: Heliotrope. HEX triplet: CE, 7F and F6. RGB value is (206,127,246). Sum of RGB (Red+Green+Blue) = 206+127+246=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE7FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7FF6 is #318009. Grayscale: #A3A3A3. Windows color (decimal): -3244042 or 16154574. OLE color: 16154574.
HSL color Cylindrical-coordinate representation of color #CE7FF6: hue angle of 279.83º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE7FF6 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 127 | 246 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.04 |
| HSL | 279.83º | 0.87% | 0.73% | - |
| HSV(B) | 279.83º | 0.48% | 0.96% | - |
| XYZ | 49.68 | 34.95 | 91.32 | - |
| YUV | 164.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 246 | 0.16 | 0.48 | 0 | 0.04 | 279.83 | 0.87 | 0.73 |
| Hex | CE | 7F | F6 | 10 | 30 | 0 | 4 | 118 | 57 | 49 |
| Octal | 316 | 177 | 366 | 20 | 60 | 0 | 4 | 430 | 127 | 111 |
| Binary | 11001110 | 1111111 | 11110110 | 10000 | 110000 | 0 | 100 | 100011000 | 1010111 | 1001001 |
Color Harmonies of #CE7FF6
Complementary color
Monochromatic Colors of #CE7FF6
Black with #CE7FF6
Text Example
Text Example
White with #CE7FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FF6; }
p { color: rgb(206,127,246); }
H1.HeaderClassName
{
color: #CE7FF6;
}
.AnyTagClassName
{
color: #CE7FF6;
}
</style>
background-color css
<style>
a { background-color: #CE7FF6; }
a { background-color: rgb(206,127,246); }
div.DivClassName
{
background-color: #CE7FF6;
}
.BgClassName
{
background-color: #CE7FF6;
}
</style>
border-color css
<style>
span { border-color: #CE7FF6; }
span { border-color: rgb(206,127,246); }
td.TdClassName
{
border-color: #CE7FF6;
}
.TagClassName
{
border-color: #CE7FF6;
}
</style>