Shades of Heliotrope #D27EF6
Tints of Heliotrope #D27EF6
RGB
CMYK
RGB Variations
Color information
#D27EF6 (or 0xD27EF6) is known color: Heliotrope. HEX triplet: D2, 7E and F6. RGB value is (210,126,246). Sum of RGB (Red+Green+Blue) = 210+126+246=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #D27EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27EF6 is #2D8109. Grayscale: #A4A4A4. Windows color (decimal): -2982154 or 16154322. OLE color: 16154322.
HSL color Cylindrical-coordinate representation of color #D27EF6: hue angle of 282º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D27EF6 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 126 | 246 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.04 |
| HSL | 282º | 0.87% | 0.73% | - |
| HSV(B) | 282º | 0.49% | 0.96% | - |
| XYZ | 50.67 | 35.28 | 91.33 | - |
| YUV | 164.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 246 | 0.15 | 0.49 | 0 | 0.04 | 282 | 0.87 | 0.73 |
| Hex | D2 | 7E | F6 | F | 31 | 0 | 4 | 11A | 57 | 49 |
| Octal | 322 | 176 | 366 | 17 | 61 | 0 | 4 | 432 | 127 | 111 |
| Binary | 11010010 | 1111110 | 11110110 | 1111 | 110001 | 0 | 100 | 100011010 | 1010111 | 1001001 |
Color Harmonies of #D27EF6
Complementary color
Monochromatic Colors of #D27EF6
Black with #D27EF6
Text Example
Text Example
White with #D27EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27EF6; }
p { color: rgb(210,126,246); }
H1.HeaderClassName
{
color: #D27EF6;
}
.AnyTagClassName
{
color: #D27EF6;
}
</style>
background-color css
<style>
a { background-color: #D27EF6; }
a { background-color: rgb(210,126,246); }
div.DivClassName
{
background-color: #D27EF6;
}
.BgClassName
{
background-color: #D27EF6;
}
</style>
border-color css
<style>
span { border-color: #D27EF6; }
span { border-color: rgb(210,126,246); }
td.TdClassName
{
border-color: #D27EF6;
}
.TagClassName
{
border-color: #D27EF6;
}
</style>