Shades of Orchid #D983D4
Tints of Orchid #D983D4
RGB
CMYK
RGB Variations
Color information
#D983D4 (or 0xD983D4) is known color: Orchid. HEX triplet: D9, 83 and D4. RGB value is (217,131,212). Sum of RGB (Red+Green+Blue) = 217+131+212=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D983D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983D4 is #267C2B. Grayscale: #A5A5A5. Windows color (decimal): -2522156 or 13927385. OLE color: 13927385.
HSL color Cylindrical-coordinate representation of color #D983D4: hue angle of 303.49º 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 #D983D4 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 131 | 212 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.15 |
| HSL | 303.49º | 0.53% | 0.68% | - |
| HSV(B) | 303.49º | 0.4% | 0.85% | - |
| XYZ | 48.62 | 35.74 | 66.62 | - |
| YUV | 165.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 131 | 212 | 0 | 0.40 | 0.02 | 0.15 | 303.49 | 0.53 | 0.68 |
| Hex | D9 | 83 | D4 | 0 | 28 | 2 | F | 12F | 35 | 44 |
| Octal | 331 | 203 | 324 | 0 | 50 | 2 | 17 | 457 | 65 | 104 |
| Binary | 11011001 | 10000011 | 11010100 | 0 | 101000 | 10 | 1111 | 100101111 | 110101 | 1000100 |
Color Harmonies of #D983D4
Complementary color
Monochromatic Colors of #D983D4
Black with #D983D4
Text Example
Text Example
White with #D983D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D983D4; }
p { color: rgb(217,131,212); }
H1.HeaderClassName
{
color: #D983D4;
}
.AnyTagClassName
{
color: #D983D4;
}
</style>
background-color css
<style>
a { background-color: #D983D4; }
a { background-color: rgb(217,131,212); }
div.DivClassName
{
background-color: #D983D4;
}
.BgClassName
{
background-color: #D983D4;
}
</style>
border-color css
<style>
span { border-color: #D983D4; }
span { border-color: rgb(217,131,212); }
td.TdClassName
{
border-color: #D983D4;
}
.TagClassName
{
border-color: #D983D4;
}
</style>