Shades of Orchid #D878C2
Tints of Orchid #D878C2
RGB
CMYK
RGB Variations
Color information
#D878C2 (or 0xD878C2) is known color: Orchid. HEX triplet: D8, 78 and C2. RGB value is (216,120,194). Sum of RGB (Red+Green+Blue) = 216+120+194=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D878C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878C2 is #27873D. Grayscale: #9C9C9C. Windows color (decimal): -2590526 or 12744920. OLE color: 12744920.
HSL color Cylindrical-coordinate representation of color #D878C2: hue angle of 313.75º 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 #D878C2 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 194 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.15 |
| HSL | 313.75º | 0.55% | 0.66% | - |
| HSV(B) | 313.75º | 0.44% | 0.85% | - |
| XYZ | 44.77 | 31.93 | 54.84 | - |
| YUV | 157.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 194 | 0 | 0.44 | 0.10 | 0.15 | 313.75 | 0.55 | 0.66 |
| Hex | D8 | 78 | C2 | 0 | 2C | A | F | 13A | 37 | 42 |
| Octal | 330 | 170 | 302 | 0 | 54 | 12 | 17 | 472 | 67 | 102 |
| Binary | 11011000 | 1111000 | 11000010 | 0 | 101100 | 1010 | 1111 | 100111010 | 110111 | 1000010 |
Color Harmonies of #D878C2
Complementary color
Monochromatic Colors of #D878C2
Black with #D878C2
Text Example
Text Example
White with #D878C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D878C2; }
p { color: rgb(216,120,194); }
H1.HeaderClassName
{
color: #D878C2;
}
.AnyTagClassName
{
color: #D878C2;
}
</style>
background-color css
<style>
a { background-color: #D878C2; }
a { background-color: rgb(216,120,194); }
div.DivClassName
{
background-color: #D878C2;
}
.BgClassName
{
background-color: #D878C2;
}
</style>
border-color css
<style>
span { border-color: #D878C2; }
span { border-color: rgb(216,120,194); }
td.TdClassName
{
border-color: #D878C2;
}
.TagClassName
{
border-color: #D878C2;
}
</style>