Shades of Orchid #D980D3
Tints of Orchid #D980D3
RGB
CMYK
RGB Variations
Color information
#D980D3 (or 0xD980D3) is known color: Orchid. HEX triplet: D9, 80 and D3. RGB value is (217,128,211). Sum of RGB (Red+Green+Blue) = 217+128+211=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D980D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980D3 is #267F2C. Grayscale: #A3A3A3. Windows color (decimal): -2522925 or 13861081. OLE color: 13861081.
HSL color Cylindrical-coordinate representation of color #D980D3: hue angle of 304.04º 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 #D980D3 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 211 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.15 |
| HSL | 304.05º | 0.54% | 0.68% | - |
| HSV(B) | 304.05º | 0.41% | 0.85% | - |
| XYZ | 48.09 | 34.89 | 65.83 | - |
| YUV | 164.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 211 | 0 | 0.41 | 0.03 | 0.15 | 304.05 | 0.54 | 0.68 |
| Hex | D9 | 80 | D3 | 0 | 29 | 3 | F | 130 | 36 | 44 |
| Octal | 331 | 200 | 323 | 0 | 51 | 3 | 17 | 460 | 66 | 104 |
| Binary | 11011001 | 10000000 | 11010011 | 0 | 101001 | 11 | 1111 | 100110000 | 110110 | 1000100 |
Color Harmonies of #D980D3
Complementary color
Monochromatic Colors of #D980D3
Black with #D980D3
Text Example
Text Example
White with #D980D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D980D3; }
p { color: rgb(217,128,211); }
H1.HeaderClassName
{
color: #D980D3;
}
.AnyTagClassName
{
color: #D980D3;
}
</style>
background-color css
<style>
a { background-color: #D980D3; }
a { background-color: rgb(217,128,211); }
div.DivClassName
{
background-color: #D980D3;
}
.BgClassName
{
background-color: #D980D3;
}
</style>
border-color css
<style>
span { border-color: #D980D3; }
span { border-color: rgb(217,128,211); }
td.TdClassName
{
border-color: #D980D3;
}
.TagClassName
{
border-color: #D980D3;
}
</style>