Shades of Heliotrope #D26AED
Tints of Heliotrope #D26AED
RGB
CMYK
RGB Variations
Color information
#D26AED (or 0xD26AED) is known color: Heliotrope. HEX triplet: D2, 6A and ED. RGB value is (210,106,237). Sum of RGB (Red+Green+Blue) = 210+106+237=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #D26AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26AED is #2D9512. Grayscale: #979797. Windows color (decimal): -2987283 or 15559378. OLE color: 15559378.
HSL color Cylindrical-coordinate representation of color #D26AED: hue angle of 287.63º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D26AED is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 106 | 237 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.07 |
| HSL | 287.63º | 0.78% | 0.67% | - |
| HSV(B) | 287.63º | 0.55% | 0.93% | - |
| XYZ | 47.02 | 30.12 | 83.46 | - |
| YUV | 152.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 237 | 0.11 | 0.55 | 0 | 0.07 | 287.63 | 0.78 | 0.67 |
| Hex | D2 | 6A | ED | B | 37 | 0 | 7 | 120 | 4E | 43 |
| Octal | 322 | 152 | 355 | 13 | 67 | 0 | 7 | 440 | 116 | 103 |
| Binary | 11010010 | 1101010 | 11101101 | 1011 | 110111 | 0 | 111 | 100100000 | 1001110 | 1000011 |
Color Harmonies of #D26AED
Complementary color
Monochromatic Colors of #D26AED
Black with #D26AED
Text Example
Text Example
White with #D26AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AED; }
p { color: rgb(210,106,237); }
H1.HeaderClassName
{
color: #D26AED;
}
.AnyTagClassName
{
color: #D26AED;
}
</style>
background-color css
<style>
a { background-color: #D26AED; }
a { background-color: rgb(210,106,237); }
div.DivClassName
{
background-color: #D26AED;
}
.BgClassName
{
background-color: #D26AED;
}
</style>
border-color css
<style>
span { border-color: #D26AED; }
span { border-color: rgb(210,106,237); }
td.TdClassName
{
border-color: #D26AED;
}
.TagClassName
{
border-color: #D26AED;
}
</style>