Shades of Orchid #D983D5
Tints of Orchid #D983D5
RGB
CMYK
RGB Variations
Color information
#D983D5 (or 0xD983D5) is known color: Orchid. HEX triplet: D9, 83 and D5. RGB value is (217,131,213). Sum of RGB (Red+Green+Blue) = 217+131+213=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D983D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983D5 is #267C2A. Grayscale: #A5A5A5. Windows color (decimal): -2522155 or 13992921. OLE color: 13992921.
HSL color Cylindrical-coordinate representation of color #D983D5: hue angle of 302.79º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D983D5 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 131 | 213 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.15 |
| HSL | 302.79º | 0.53% | 0.68% | - |
| HSV(B) | 302.79º | 0.4% | 0.85% | - |
| XYZ | 48.74 | 35.79 | 67.29 | - |
| YUV | 166.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 131 | 213 | 0 | 0.40 | 0.02 | 0.15 | 302.79 | 0.53 | 0.68 |
| Hex | D9 | 83 | D5 | 0 | 28 | 2 | F | 12F | 35 | 44 |
| Octal | 331 | 203 | 325 | 0 | 50 | 2 | 17 | 457 | 65 | 104 |
| Binary | 11011001 | 10000011 | 11010101 | 0 | 101000 | 10 | 1111 | 100101111 | 110101 | 1000100 |
Color Harmonies of #D983D5
Complementary color
Monochromatic Colors of #D983D5
Black with #D983D5
Text Example
Text Example
White with #D983D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D983D5; }
p { color: rgb(217,131,213); }
H1.HeaderClassName
{
color: #D983D5;
}
.AnyTagClassName
{
color: #D983D5;
}
</style>
background-color css
<style>
a { background-color: #D983D5; }
a { background-color: rgb(217,131,213); }
div.DivClassName
{
background-color: #D983D5;
}
.BgClassName
{
background-color: #D983D5;
}
</style>
border-color css
<style>
span { border-color: #D983D5; }
span { border-color: rgb(217,131,213); }
td.TdClassName
{
border-color: #D983D5;
}
.TagClassName
{
border-color: #D983D5;
}
</style>