Shades of Orchid #D877E7
Tints of Orchid #D877E7
RGB
CMYK
RGB Variations
Color information
#D877E7 (or 0xD877E7) is known color: Orchid. HEX triplet: D8, 77 and E7. RGB value is (216,119,231). Sum of RGB (Red+Green+Blue) = 216+119+231=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #D877E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D877E7 is #278818. Grayscale: #A0A0A0. Windows color (decimal): -2590745 or 15169496. OLE color: 15169496.
HSL color Cylindrical-coordinate representation of color #D877E7: hue angle of 291.96º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D877E7 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 119 | 231 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.09 |
| HSL | 291.96º | 0.7% | 0.69% | - |
| HSV(B) | 291.96º | 0.48% | 0.91% | - |
| XYZ | 49.34 | 33.56 | 79.48 | - |
| YUV | 160.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 231 | 0.06 | 0.48 | 0 | 0.09 | 291.96 | 0.7 | 0.69 |
| Hex | D8 | 77 | E7 | 6 | 30 | 0 | 9 | 124 | 46 | 45 |
| Octal | 330 | 167 | 347 | 6 | 60 | 0 | 11 | 444 | 106 | 105 |
| Binary | 11011000 | 1110111 | 11100111 | 110 | 110000 | 0 | 1001 | 100100100 | 1000110 | 1000101 |
Color Harmonies of #D877E7
Complementary color
Monochromatic Colors of #D877E7
Black with #D877E7
Text Example
Text Example
White with #D877E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D877E7; }
p { color: rgb(216,119,231); }
H1.HeaderClassName
{
color: #D877E7;
}
.AnyTagClassName
{
color: #D877E7;
}
</style>
background-color css
<style>
a { background-color: #D877E7; }
a { background-color: rgb(216,119,231); }
div.DivClassName
{
background-color: #D877E7;
}
.BgClassName
{
background-color: #D877E7;
}
</style>
border-color css
<style>
span { border-color: #D877E7; }
span { border-color: rgb(216,119,231); }
td.TdClassName
{
border-color: #D877E7;
}
.TagClassName
{
border-color: #D877E7;
}
</style>