Shades of Orchid #D876DA
Tints of Orchid #D876DA
RGB
CMYK
RGB Variations
Color information
#D876DA (or 0xD876DA) is known color: Orchid. HEX triplet: D8, 76 and DA. RGB value is (216,118,218). Sum of RGB (Red+Green+Blue) = 216+118+218=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #D876DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876DA is #278925. Grayscale: #9E9E9E. Windows color (decimal): -2591014 or 14317272. OLE color: 14317272.
HSL color Cylindrical-coordinate representation of color #D876DA: hue angle of 298.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D876DA is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 218 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.15 |
| HSL | 298.8º | 0.57% | 0.66% | - |
| HSV(B) | 298.8º | 0.46% | 0.85% | - |
| XYZ | 47.45 | 32.62 | 70.12 | - |
| YUV | 158.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 218 | 0.01 | 0.46 | 0 | 0.15 | 298.8 | 0.57 | 0.66 |
| Hex | D8 | 76 | DA | 1 | 2E | 0 | F | 12B | 39 | 42 |
| Octal | 330 | 166 | 332 | 1 | 56 | 0 | 17 | 453 | 71 | 102 |
| Binary | 11011000 | 1110110 | 11011010 | 1 | 101110 | 0 | 1111 | 100101011 | 111001 | 1000010 |
Color Harmonies of #D876DA
Complementary color
Monochromatic Colors of #D876DA
Black with #D876DA
Text Example
Text Example
White with #D876DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D876DA; }
p { color: rgb(216,118,218); }
H1.HeaderClassName
{
color: #D876DA;
}
.AnyTagClassName
{
color: #D876DA;
}
</style>
background-color css
<style>
a { background-color: #D876DA; }
a { background-color: rgb(216,118,218); }
div.DivClassName
{
background-color: #D876DA;
}
.BgClassName
{
background-color: #D876DA;
}
</style>
border-color css
<style>
span { border-color: #D876DA; }
span { border-color: rgb(216,118,218); }
td.TdClassName
{
border-color: #D876DA;
}
.TagClassName
{
border-color: #D876DA;
}
</style>