Shades of Orchid #D877CE
Tints of Orchid #D877CE
RGB
CMYK
RGB Variations
Color information
#D877CE (or 0xD877CE) is known color: Orchid. HEX triplet: D8, 77 and CE. RGB value is (216,119,206). Sum of RGB (Red+Green+Blue) = 216+119+206=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D877CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877CE is #278831. Grayscale: #9D9D9D. Windows color (decimal): -2590770 or 13531096. OLE color: 13531096.
HSL color Cylindrical-coordinate representation of color #D877CE: hue angle of 306.19º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D877CE is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 206 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.15 |
| HSL | 306.19º | 0.55% | 0.66% | - |
| HSV(B) | 306.19º | 0.45% | 0.85% | - |
| XYZ | 46.06 | 32.25 | 62.19 | - |
| YUV | 157.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 206 | 0 | 0.45 | 0.05 | 0.15 | 306.19 | 0.55 | 0.66 |
| Hex | D8 | 77 | CE | 0 | 2D | 5 | F | 132 | 37 | 42 |
| Octal | 330 | 167 | 316 | 0 | 55 | 5 | 17 | 462 | 67 | 102 |
| Binary | 11011000 | 1110111 | 11001110 | 0 | 101101 | 101 | 1111 | 100110010 | 110111 | 1000010 |
Color Harmonies of #D877CE
Complementary color
Monochromatic Colors of #D877CE
Black with #D877CE
Text Example
Text Example
White with #D877CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D877CE; }
p { color: rgb(216,119,206); }
H1.HeaderClassName
{
color: #D877CE;
}
.AnyTagClassName
{
color: #D877CE;
}
</style>
background-color css
<style>
a { background-color: #D877CE; }
a { background-color: rgb(216,119,206); }
div.DivClassName
{
background-color: #D877CE;
}
.BgClassName
{
background-color: #D877CE;
}
</style>
border-color css
<style>
span { border-color: #D877CE; }
span { border-color: rgb(216,119,206); }
td.TdClassName
{
border-color: #D877CE;
}
.TagClassName
{
border-color: #D877CE;
}
</style>