Shades of Orchid #D76ED1
Tints of Orchid #D76ED1
RGB
CMYK
RGB Variations
Color information
#D76ED1 (or 0xD76ED1) is known color: Orchid. HEX triplet: D7, 6E and D1. RGB value is (215,110,209). Sum of RGB (Red+Green+Blue) = 215+110+209=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ED1 is #28912E. Grayscale: #989898. Windows color (decimal): -2658607 or 13725399. OLE color: 13725399.
HSL color Cylindrical-coordinate representation of color #D76ED1: hue angle of 303.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76ED1 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 209 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.16 |
| HSL | 303.43º | 0.57% | 0.64% | - |
| HSV(B) | 303.43º | 0.49% | 0.84% | - |
| XYZ | 45.11 | 30.2 | 63.77 | - |
| YUV | 152.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 209 | 0 | 0.49 | 0.03 | 0.16 | 303.43 | 0.57 | 0.64 |
| Hex | D7 | 6E | D1 | 0 | 31 | 3 | 10 | 12F | 39 | 40 |
| Octal | 327 | 156 | 321 | 0 | 61 | 3 | 20 | 457 | 71 | 100 |
| Binary | 11010111 | 1101110 | 11010001 | 0 | 110001 | 11 | 10000 | 100101111 | 111001 | 1000000 |
Color Harmonies of #D76ED1
Complementary color
Monochromatic Colors of #D76ED1
Black with #D76ED1
Text Example
Text Example
White with #D76ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76ED1; }
p { color: rgb(215,110,209); }
H1.HeaderClassName
{
color: #D76ED1;
}
.AnyTagClassName
{
color: #D76ED1;
}
</style>
background-color css
<style>
a { background-color: #D76ED1; }
a { background-color: rgb(215,110,209); }
div.DivClassName
{
background-color: #D76ED1;
}
.BgClassName
{
background-color: #D76ED1;
}
</style>
border-color css
<style>
span { border-color: #D76ED1; }
span { border-color: rgb(215,110,209); }
td.TdClassName
{
border-color: #D76ED1;
}
.TagClassName
{
border-color: #D76ED1;
}
</style>