Shades of Orchid #D881C0
Tints of Orchid #D881C0
RGB
CMYK
RGB Variations
Color information
#D881C0 (or 0xD881C0) is known color: Orchid. HEX triplet: D8, 81 and C0. RGB value is (216,129,192). Sum of RGB (Red+Green+Blue) = 216+129+192=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D881C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881C0 is #277E3F. Grayscale: #A2A2A2. Windows color (decimal): -2588224 or 12616152. OLE color: 12616152.
HSL color Cylindrical-coordinate representation of color #D881C0: hue angle of 316.55º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D881C0 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 192 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.15 |
| HSL | 316.55º | 0.53% | 0.68% | - |
| HSV(B) | 316.55º | 0.4% | 0.85% | - |
| XYZ | 45.68 | 34.11 | 54.04 | - |
| YUV | 162.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 192 | 0 | 0.40 | 0.11 | 0.15 | 316.55 | 0.53 | 0.68 |
| Hex | D8 | 81 | C0 | 0 | 28 | B | F | 13D | 35 | 44 |
| Octal | 330 | 201 | 300 | 0 | 50 | 13 | 17 | 475 | 65 | 104 |
| Binary | 11011000 | 10000001 | 11000000 | 0 | 101000 | 1011 | 1111 | 100111101 | 110101 | 1000100 |
Color Harmonies of #D881C0
Complementary color
Monochromatic Colors of #D881C0
Black with #D881C0
Text Example
Text Example
White with #D881C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D881C0; }
p { color: rgb(216,129,192); }
H1.HeaderClassName
{
color: #D881C0;
}
.AnyTagClassName
{
color: #D881C0;
}
</style>
background-color css
<style>
a { background-color: #D881C0; }
a { background-color: rgb(216,129,192); }
div.DivClassName
{
background-color: #D881C0;
}
.BgClassName
{
background-color: #D881C0;
}
</style>
border-color css
<style>
span { border-color: #D881C0; }
span { border-color: rgb(216,129,192); }
td.TdClassName
{
border-color: #D881C0;
}
.TagClassName
{
border-color: #D881C0;
}
</style>