Shades of Orchid #D878C5
Tints of Orchid #D878C5
RGB
CMYK
RGB Variations
Color information
#D878C5 (or 0xD878C5) is known color: Orchid. HEX triplet: D8, 78 and C5. RGB value is (216,120,197). Sum of RGB (Red+Green+Blue) = 216+120+197=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D878C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878C5 is #27873A. Grayscale: #9D9D9D. Windows color (decimal): -2590523 or 12941528. OLE color: 12941528.
HSL color Cylindrical-coordinate representation of color #D878C5: hue angle of 311.88º 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 #D878C5 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 197 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.15 |
| HSL | 311.88º | 0.55% | 0.66% | - |
| HSV(B) | 311.88º | 0.44% | 0.85% | - |
| XYZ | 45.11 | 32.06 | 56.63 | - |
| YUV | 157.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 197 | 0 | 0.44 | 0.09 | 0.15 | 311.88 | 0.55 | 0.66 |
| Hex | D8 | 78 | C5 | 0 | 2C | 9 | F | 138 | 37 | 42 |
| Octal | 330 | 170 | 305 | 0 | 54 | 11 | 17 | 470 | 67 | 102 |
| Binary | 11011000 | 1111000 | 11000101 | 0 | 101100 | 1001 | 1111 | 100111000 | 110111 | 1000010 |
Color Harmonies of #D878C5
Complementary color
Monochromatic Colors of #D878C5
Black with #D878C5
Text Example
Text Example
White with #D878C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D878C5; }
p { color: rgb(216,120,197); }
H1.HeaderClassName
{
color: #D878C5;
}
.AnyTagClassName
{
color: #D878C5;
}
</style>
background-color css
<style>
a { background-color: #D878C5; }
a { background-color: rgb(216,120,197); }
div.DivClassName
{
background-color: #D878C5;
}
.BgClassName
{
background-color: #D878C5;
}
</style>
border-color css
<style>
span { border-color: #D878C5; }
span { border-color: rgb(216,120,197); }
td.TdClassName
{
border-color: #D878C5;
}
.TagClassName
{
border-color: #D878C5;
}
</style>