Shades of Orchid #D880D0
Tints of Orchid #D880D0
RGB
CMYK
RGB Variations
Color information
#D880D0 (or 0xD880D0) is known color: Orchid. HEX triplet: D8, 80 and D0. RGB value is (216,128,208). Sum of RGB (Red+Green+Blue) = 216+128+208=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D880D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880D0 is #277F2F. Grayscale: #A3A3A3. Windows color (decimal): -2588464 or 13664472. OLE color: 13664472.
HSL color Cylindrical-coordinate representation of color #D880D0: hue angle of 305.45º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D880D0 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 208 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.15 |
| HSL | 305.45º | 0.53% | 0.67% | - |
| HSV(B) | 305.45º | 0.41% | 0.85% | - |
| XYZ | 47.42 | 34.59 | 63.85 | - |
| YUV | 163.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 208 | 0 | 0.41 | 0.04 | 0.15 | 305.45 | 0.53 | 0.67 |
| Hex | D8 | 80 | D0 | 0 | 29 | 4 | F | 131 | 35 | 43 |
| Octal | 330 | 200 | 320 | 0 | 51 | 4 | 17 | 461 | 65 | 103 |
| Binary | 11011000 | 10000000 | 11010000 | 0 | 101001 | 100 | 1111 | 100110001 | 110101 | 1000011 |
Color Harmonies of #D880D0
Complementary color
Monochromatic Colors of #D880D0
Black with #D880D0
Text Example
Text Example
White with #D880D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880D0; }
p { color: rgb(216,128,208); }
H1.HeaderClassName
{
color: #D880D0;
}
.AnyTagClassName
{
color: #D880D0;
}
</style>
background-color css
<style>
a { background-color: #D880D0; }
a { background-color: rgb(216,128,208); }
div.DivClassName
{
background-color: #D880D0;
}
.BgClassName
{
background-color: #D880D0;
}
</style>
border-color css
<style>
span { border-color: #D880D0; }
span { border-color: rgb(216,128,208); }
td.TdClassName
{
border-color: #D880D0;
}
.TagClassName
{
border-color: #D880D0;
}
</style>