Shades of Orchid #D881DC
Tints of Orchid #D881DC
RGB
CMYK
RGB Variations
Color information
#D881DC (or 0xD881DC) is known color: Orchid. HEX triplet: D8, 81 and DC. RGB value is (216,129,220). Sum of RGB (Red+Green+Blue) = 216+129+220=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #D881DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881DC is #277E23. Grayscale: #A5A5A5. Windows color (decimal): -2588196 or 14451160. OLE color: 14451160.
HSL color Cylindrical-coordinate representation of color #D881DC: hue angle of 297.36º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D881DC is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 129 | 220 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.14 |
| HSL | 297.36º | 0.57% | 0.68% | - |
| HSV(B) | 297.36º | 0.41% | 0.86% | - |
| XYZ | 49.09 | 35.47 | 71.97 | - |
| YUV | 165.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 220 | 0.02 | 0.41 | 0 | 0.14 | 297.36 | 0.57 | 0.68 |
| Hex | D8 | 81 | DC | 2 | 29 | 0 | E | 129 | 39 | 44 |
| Octal | 330 | 201 | 334 | 2 | 51 | 0 | 16 | 451 | 71 | 104 |
| Binary | 11011000 | 10000001 | 11011100 | 10 | 101001 | 0 | 1110 | 100101001 | 111001 | 1000100 |
Color Harmonies of #D881DC
Complementary color
Monochromatic Colors of #D881DC
Black with #D881DC
Text Example
Text Example
White with #D881DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D881DC; }
p { color: rgb(216,129,220); }
H1.HeaderClassName
{
color: #D881DC;
}
.AnyTagClassName
{
color: #D881DC;
}
</style>
background-color css
<style>
a { background-color: #D881DC; }
a { background-color: rgb(216,129,220); }
div.DivClassName
{
background-color: #D881DC;
}
.BgClassName
{
background-color: #D881DC;
}
</style>
border-color css
<style>
span { border-color: #D881DC; }
span { border-color: rgb(216,129,220); }
td.TdClassName
{
border-color: #D881DC;
}
.TagClassName
{
border-color: #D881DC;
}
</style>