Shades of Heliotrope #D76AED
Tints of Heliotrope #D76AED
RGB
CMYK
RGB Variations
Color information
#D76AED (or 0xD76AED) is known color: Heliotrope. HEX triplet: D7, 6A and ED. RGB value is (215,106,237). Sum of RGB (Red+Green+Blue) = 215+106+237=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #D76AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76AED is #289512. Grayscale: #999999. Windows color (decimal): -2659603 or 15559383. OLE color: 15559383.
HSL color Cylindrical-coordinate representation of color #D76AED: hue angle of 289.92º 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 #D76AED is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 106 | 237 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.07 |
| HSL | 289.92º | 0.78% | 0.67% | - |
| HSV(B) | 289.92º | 0.55% | 0.93% | - |
| XYZ | 48.46 | 30.87 | 83.52 | - |
| YUV | 153.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 237 | 0.09 | 0.55 | 0 | 0.07 | 289.92 | 0.78 | 0.67 |
| Hex | D7 | 6A | ED | 9 | 37 | 0 | 7 | 122 | 4E | 43 |
| Octal | 327 | 152 | 355 | 11 | 67 | 0 | 7 | 442 | 116 | 103 |
| Binary | 11010111 | 1101010 | 11101101 | 1001 | 110111 | 0 | 111 | 100100010 | 1001110 | 1000011 |
Color Harmonies of #D76AED
Complementary color
Monochromatic Colors of #D76AED
Black with #D76AED
Text Example
Text Example
White with #D76AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76AED; }
p { color: rgb(215,106,237); }
H1.HeaderClassName
{
color: #D76AED;
}
.AnyTagClassName
{
color: #D76AED;
}
</style>
background-color css
<style>
a { background-color: #D76AED; }
a { background-color: rgb(215,106,237); }
div.DivClassName
{
background-color: #D76AED;
}
.BgClassName
{
background-color: #D76AED;
}
</style>
border-color css
<style>
span { border-color: #D76AED; }
span { border-color: rgb(215,106,237); }
td.TdClassName
{
border-color: #D76AED;
}
.TagClassName
{
border-color: #D76AED;
}
</style>