Shades of Orchid #D878C7
Tints of Orchid #D878C7
RGB
CMYK
RGB Variations
Color information
#D878C7 (or 0xD878C7) is known color: Orchid. HEX triplet: D8, 78 and C7. RGB value is (216,120,199). Sum of RGB (Red+Green+Blue) = 216+120+199=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D878C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878C7 is #278738. Grayscale: #9D9D9D. Windows color (decimal): -2590521 or 13072600. OLE color: 13072600.
HSL color Cylindrical-coordinate representation of color #D878C7: hue angle of 310.62º 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 #D878C7 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 199 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.15 |
| HSL | 310.63º | 0.55% | 0.66% | - |
| HSV(B) | 310.63º | 0.44% | 0.85% | - |
| XYZ | 45.34 | 32.16 | 57.85 | - |
| YUV | 157.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 199 | 0 | 0.44 | 0.08 | 0.15 | 310.63 | 0.55 | 0.66 |
| Hex | D8 | 78 | C7 | 0 | 2C | 8 | F | 137 | 37 | 42 |
| Octal | 330 | 170 | 307 | 0 | 54 | 10 | 17 | 467 | 67 | 102 |
| Binary | 11011000 | 1111000 | 11000111 | 0 | 101100 | 1000 | 1111 | 100110111 | 110111 | 1000010 |
Color Harmonies of #D878C7
Complementary color
Monochromatic Colors of #D878C7
Black with #D878C7
Text Example
Text Example
White with #D878C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D878C7; }
p { color: rgb(216,120,199); }
H1.HeaderClassName
{
color: #D878C7;
}
.AnyTagClassName
{
color: #D878C7;
}
</style>
background-color css
<style>
a { background-color: #D878C7; }
a { background-color: rgb(216,120,199); }
div.DivClassName
{
background-color: #D878C7;
}
.BgClassName
{
background-color: #D878C7;
}
</style>
border-color css
<style>
span { border-color: #D878C7; }
span { border-color: rgb(216,120,199); }
td.TdClassName
{
border-color: #D878C7;
}
.TagClassName
{
border-color: #D878C7;
}
</style>