Shades of Orchid #D878DA
Tints of Orchid #D878DA
RGB
CMYK
RGB Variations
Color information
#D878DA (or 0xD878DA) is known color: Orchid. HEX triplet: D8, 78 and DA. RGB value is (216,120,218). Sum of RGB (Red+Green+Blue) = 216+120+218=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #D878DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878DA is #278725. Grayscale: #9F9F9F. Windows color (decimal): -2590502 or 14317784. OLE color: 14317784.
HSL color Cylindrical-coordinate representation of color #D878DA: hue angle of 298.78º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D878DA is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 218 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.15 |
| HSL | 298.78º | 0.57% | 0.66% | - |
| HSV(B) | 298.78º | 0.45% | 0.85% | - |
| XYZ | 47.69 | 33.09 | 70.2 | - |
| YUV | 159.88 | 160.8 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 218 | 0.01 | 0.45 | 0 | 0.15 | 298.78 | 0.57 | 0.66 |
| Hex | D8 | 78 | DA | 1 | 2D | 0 | F | 12B | 39 | 42 |
| Octal | 330 | 170 | 332 | 1 | 55 | 0 | 17 | 453 | 71 | 102 |
| Binary | 11011000 | 1111000 | 11011010 | 1 | 101101 | 0 | 1111 | 100101011 | 111001 | 1000010 |
Color Harmonies of #D878DA
Complementary color
Monochromatic Colors of #D878DA
Black with #D878DA
Text Example
Text Example
White with #D878DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D878DA; }
p { color: rgb(216,120,218); }
H1.HeaderClassName
{
color: #D878DA;
}
.AnyTagClassName
{
color: #D878DA;
}
</style>
background-color css
<style>
a { background-color: #D878DA; }
a { background-color: rgb(216,120,218); }
div.DivClassName
{
background-color: #D878DA;
}
.BgClassName
{
background-color: #D878DA;
}
</style>
border-color css
<style>
span { border-color: #D878DA; }
span { border-color: rgb(216,120,218); }
td.TdClassName
{
border-color: #D878DA;
}
.TagClassName
{
border-color: #D878DA;
}
</style>