Shades of Heliotrope #D07AED
Tints of Heliotrope #D07AED
RGB
CMYK
RGB Variations
Color information
#D07AED (or 0xD07AED) is known color: Heliotrope. HEX triplet: D0, 7A and ED. RGB value is (208,122,237). Sum of RGB (Red+Green+Blue) = 208+122+237=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #D07AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07AED is #2F8512. Grayscale: #A0A0A0. Windows color (decimal): -3114259 or 15563472. OLE color: 15563472.
HSL color Cylindrical-coordinate representation of color #D07AED: hue angle of 284.87º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D07AED is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 122 | 237 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.07 |
| HSL | 284.87º | 0.76% | 0.7% | - |
| HSV(B) | 284.87º | 0.49% | 0.93% | - |
| XYZ | 48.26 | 33.44 | 84.03 | - |
| YUV | 160.82 | 170.99 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 237 | 0.12 | 0.49 | 0 | 0.07 | 284.87 | 0.76 | 0.7 |
| Hex | D0 | 7A | ED | C | 31 | 0 | 7 | 11D | 4C | 46 |
| Octal | 320 | 172 | 355 | 14 | 61 | 0 | 7 | 435 | 114 | 106 |
| Binary | 11010000 | 1111010 | 11101101 | 1100 | 110001 | 0 | 111 | 100011101 | 1001100 | 1000110 |
Color Harmonies of #D07AED
Complementary color
Monochromatic Colors of #D07AED
Black with #D07AED
Text Example
Text Example
White with #D07AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07AED; }
p { color: rgb(208,122,237); }
H1.HeaderClassName
{
color: #D07AED;
}
.AnyTagClassName
{
color: #D07AED;
}
</style>
background-color css
<style>
a { background-color: #D07AED; }
a { background-color: rgb(208,122,237); }
div.DivClassName
{
background-color: #D07AED;
}
.BgClassName
{
background-color: #D07AED;
}
</style>
border-color css
<style>
span { border-color: #D07AED; }
span { border-color: rgb(208,122,237); }
td.TdClassName
{
border-color: #D07AED;
}
.TagClassName
{
border-color: #D07AED;
}
</style>