Shades of Orchid #D76EDA
Tints of Orchid #D76EDA
RGB
CMYK
RGB Variations
Color information
#D76EDA (or 0xD76EDA) is known color: Orchid. HEX triplet: D7, 6E and DA. RGB value is (215,110,218). Sum of RGB (Red+Green+Blue) = 215+110+218=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #D76EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EDA is #289125. Grayscale: #999999. Windows color (decimal): -2658598 or 14315223. OLE color: 14315223.
HSL color Cylindrical-coordinate representation of color #D76EDA: hue angle of 298.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76EDA is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 110 | 218 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.15 |
| HSL | 298.33º | 0.59% | 0.64% | - |
| HSV(B) | 298.33º | 0.5% | 0.85% | - |
| XYZ | 46.26 | 30.66 | 69.81 | - |
| YUV | 153.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 218 | 0.01 | 0.50 | 0 | 0.15 | 298.33 | 0.59 | 0.64 |
| Hex | D7 | 6E | DA | 1 | 32 | 0 | F | 12A | 3B | 40 |
| Octal | 327 | 156 | 332 | 1 | 62 | 0 | 17 | 452 | 73 | 100 |
| Binary | 11010111 | 1101110 | 11011010 | 1 | 110010 | 0 | 1111 | 100101010 | 111011 | 1000000 |
Color Harmonies of #D76EDA
Complementary color
Monochromatic Colors of #D76EDA
Black with #D76EDA
Text Example
Text Example
White with #D76EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EDA; }
p { color: rgb(215,110,218); }
H1.HeaderClassName
{
color: #D76EDA;
}
.AnyTagClassName
{
color: #D76EDA;
}
</style>
background-color css
<style>
a { background-color: #D76EDA; }
a { background-color: rgb(215,110,218); }
div.DivClassName
{
background-color: #D76EDA;
}
.BgClassName
{
background-color: #D76EDA;
}
</style>
border-color css
<style>
span { border-color: #D76EDA; }
span { border-color: rgb(215,110,218); }
td.TdClassName
{
border-color: #D76EDA;
}
.TagClassName
{
border-color: #D76EDA;
}
</style>