Shades of Orchid #D980D9
Tints of Orchid #D980D9
RGB
CMYK
RGB Variations
Color information
#D980D9 (or 0xD980D9) is known color: Orchid. HEX triplet: D9, 80 and D9. RGB value is (217,128,217). Sum of RGB (Red+Green+Blue) = 217+128+217=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D980D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980D9 is #267F26. Grayscale: #A4A4A4. Windows color (decimal): -2522919 or 14254297. OLE color: 14254297.
HSL color Cylindrical-coordinate representation of color #D980D9: hue angle of 300º 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 #D980D9 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 217 | - |
| CMYK | 0 | 0.41 | 0 | 0.15 |
| HSL | 300º | 0.54% | 0.68% | - |
| HSV(B) | 300º | 0.41% | 0.85% | - |
| XYZ | 48.86 | 35.2 | 69.86 | - |
| YUV | 164.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 217 | 0 | 0.41 | 0 | 0.15 | 300 | 0.54 | 0.68 |
| Hex | D9 | 80 | D9 | 0 | 29 | 0 | F | 12C | 36 | 44 |
| Octal | 331 | 200 | 331 | 0 | 51 | 0 | 17 | 454 | 66 | 104 |
| Binary | 11011001 | 10000000 | 11011001 | 0 | 101001 | 0 | 1111 | 100101100 | 110110 | 1000100 |
Color Harmonies of #D980D9
Complementary color
Monochromatic Colors of #D980D9
Black with #D980D9
Text Example
Text Example
White with #D980D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D980D9; }
p { color: rgb(217,128,217); }
H1.HeaderClassName
{
color: #D980D9;
}
.AnyTagClassName
{
color: #D980D9;
}
</style>
background-color css
<style>
a { background-color: #D980D9; }
a { background-color: rgb(217,128,217); }
div.DivClassName
{
background-color: #D980D9;
}
.BgClassName
{
background-color: #D980D9;
}
</style>
border-color css
<style>
span { border-color: #D980D9; }
span { border-color: rgb(217,128,217); }
td.TdClassName
{
border-color: #D980D9;
}
.TagClassName
{
border-color: #D980D9;
}
</style>