Shades of Orchid #D980D0
Tints of Orchid #D980D0
RGB
CMYK
RGB Variations
Color information
#D980D0 (or 0xD980D0) is known color: Orchid. HEX triplet: D9, 80 and D0. RGB value is (217,128,208). Sum of RGB (Red+Green+Blue) = 217+128+208=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D980D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980D0 is #267F2F. Grayscale: #A3A3A3. Windows color (decimal): -2522928 or 13664473. OLE color: 13664473.
HSL color Cylindrical-coordinate representation of color #D980D0: hue angle of 306.07º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D980D0 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 208 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.15 |
| HSL | 306.07º | 0.54% | 0.68% | - |
| HSV(B) | 306.07º | 0.41% | 0.85% | - |
| XYZ | 47.72 | 34.74 | 63.87 | - |
| YUV | 163.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 208 | 0 | 0.41 | 0.04 | 0.15 | 306.07 | 0.54 | 0.68 |
| Hex | D9 | 80 | D0 | 0 | 29 | 4 | F | 132 | 36 | 44 |
| Octal | 331 | 200 | 320 | 0 | 51 | 4 | 17 | 462 | 66 | 104 |
| Binary | 11011001 | 10000000 | 11010000 | 0 | 101001 | 100 | 1111 | 100110010 | 110110 | 1000100 |
Color Harmonies of #D980D0
Complementary color
Monochromatic Colors of #D980D0
Black with #D980D0
Text Example
Text Example
White with #D980D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D980D0; }
p { color: rgb(217,128,208); }
H1.HeaderClassName
{
color: #D980D0;
}
.AnyTagClassName
{
color: #D980D0;
}
</style>
background-color css
<style>
a { background-color: #D980D0; }
a { background-color: rgb(217,128,208); }
div.DivClassName
{
background-color: #D980D0;
}
.BgClassName
{
background-color: #D980D0;
}
</style>
border-color css
<style>
span { border-color: #D980D0; }
span { border-color: rgb(217,128,208); }
td.TdClassName
{
border-color: #D980D0;
}
.TagClassName
{
border-color: #D980D0;
}
</style>