Shades of Orchid #D878E1
Tints of Orchid #D878E1
RGB
CMYK
RGB Variations
Color information
#D878E1 (or 0xD878E1) is known color: Orchid. HEX triplet: D8, 78 and E1. RGB value is (216,120,225). Sum of RGB (Red+Green+Blue) = 216+120+225=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #D878E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878E1 is #27871E. Grayscale: #A0A0A0. Windows color (decimal): -2590495 or 14776536. OLE color: 14776536.
HSL color Cylindrical-coordinate representation of color #D878E1: hue angle of 294.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D878E1 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 120 | 225 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.12 |
| HSL | 294.86º | 0.64% | 0.68% | - |
| HSV(B) | 294.86º | 0.47% | 0.88% | - |
| XYZ | 48.63 | 33.47 | 75.13 | - |
| YUV | 160.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 225 | 0.04 | 0.47 | 0 | 0.12 | 294.86 | 0.64 | 0.68 |
| Hex | D8 | 78 | E1 | 4 | 2F | 0 | C | 127 | 40 | 44 |
| Octal | 330 | 170 | 341 | 4 | 57 | 0 | 14 | 447 | 100 | 104 |
| Binary | 11011000 | 1111000 | 11100001 | 100 | 101111 | 0 | 1100 | 100100111 | 1000000 | 1000100 |
Color Harmonies of #D878E1
Complementary color
Monochromatic Colors of #D878E1
Black with #D878E1
Text Example
Text Example
White with #D878E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D878E1; }
p { color: rgb(216,120,225); }
H1.HeaderClassName
{
color: #D878E1;
}
.AnyTagClassName
{
color: #D878E1;
}
</style>
background-color css
<style>
a { background-color: #D878E1; }
a { background-color: rgb(216,120,225); }
div.DivClassName
{
background-color: #D878E1;
}
.BgClassName
{
background-color: #D878E1;
}
</style>
border-color css
<style>
span { border-color: #D878E1; }
span { border-color: rgb(216,120,225); }
td.TdClassName
{
border-color: #D878E1;
}
.TagClassName
{
border-color: #D878E1;
}
</style>