Shades of Orchid #D878D0
Tints of Orchid #D878D0
RGB
CMYK
RGB Variations
Color information
#D878D0 (or 0xD878D0) is known color: Orchid. HEX triplet: D8, 78 and D0. RGB value is (216,120,208). Sum of RGB (Red+Green+Blue) = 216+120+208=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D878D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878D0 is #27872F. Grayscale: #9E9E9E. Windows color (decimal): -2590512 or 13662424. OLE color: 13662424.
HSL color Cylindrical-coordinate representation of color #D878D0: hue angle of 305º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D878D0 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 208 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.15 |
| HSL | 305º | 0.55% | 0.66% | - |
| HSV(B) | 305º | 0.44% | 0.85% | - |
| XYZ | 46.42 | 32.59 | 63.52 | - |
| YUV | 158.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 208 | 0 | 0.44 | 0.04 | 0.15 | 305 | 0.55 | 0.66 |
| Hex | D8 | 78 | D0 | 0 | 2C | 4 | F | 131 | 37 | 42 |
| Octal | 330 | 170 | 320 | 0 | 54 | 4 | 17 | 461 | 67 | 102 |
| Binary | 11011000 | 1111000 | 11010000 | 0 | 101100 | 100 | 1111 | 100110001 | 110111 | 1000010 |
Color Harmonies of #D878D0
Complementary color
Monochromatic Colors of #D878D0
Black with #D878D0
Text Example
Text Example
White with #D878D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D878D0; }
p { color: rgb(216,120,208); }
H1.HeaderClassName
{
color: #D878D0;
}
.AnyTagClassName
{
color: #D878D0;
}
</style>
background-color css
<style>
a { background-color: #D878D0; }
a { background-color: rgb(216,120,208); }
div.DivClassName
{
background-color: #D878D0;
}
.BgClassName
{
background-color: #D878D0;
}
</style>
border-color css
<style>
span { border-color: #D878D0; }
span { border-color: rgb(216,120,208); }
td.TdClassName
{
border-color: #D878D0;
}
.TagClassName
{
border-color: #D878D0;
}
</style>