Shades of Orchid #D983DC
Tints of Orchid #D983DC
RGB
CMYK
RGB Variations
Color information
#D983DC (or 0xD983DC) is known color: Orchid. HEX triplet: D9, 83 and DC. RGB value is (217,131,220). Sum of RGB (Red+Green+Blue) = 217+131+220=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #D983DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983DC is #267C23. Grayscale: #A6A6A6. Windows color (decimal): -2522148 or 14451673. OLE color: 14451673.
HSL color Cylindrical-coordinate representation of color #D983DC: hue angle of 297.98º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D983DC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 131 | 220 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.14 |
| HSL | 297.98º | 0.56% | 0.69% | - |
| HSV(B) | 297.98º | 0.4% | 0.86% | - |
| XYZ | 49.65 | 36.15 | 72.07 | - |
| YUV | 166.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 131 | 220 | 0.01 | 0.40 | 0 | 0.14 | 297.98 | 0.56 | 0.69 |
| Hex | D9 | 83 | DC | 1 | 28 | 0 | E | 12A | 38 | 45 |
| Octal | 331 | 203 | 334 | 1 | 50 | 0 | 16 | 452 | 70 | 105 |
| Binary | 11011001 | 10000011 | 11011100 | 1 | 101000 | 0 | 1110 | 100101010 | 111000 | 1000101 |
Color Harmonies of #D983DC
Complementary color
Monochromatic Colors of #D983DC
Black with #D983DC
Text Example
Text Example
White with #D983DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D983DC; }
p { color: rgb(217,131,220); }
H1.HeaderClassName
{
color: #D983DC;
}
.AnyTagClassName
{
color: #D983DC;
}
</style>
background-color css
<style>
a { background-color: #D983DC; }
a { background-color: rgb(217,131,220); }
div.DivClassName
{
background-color: #D983DC;
}
.BgClassName
{
background-color: #D983DC;
}
</style>
border-color css
<style>
span { border-color: #D983DC; }
span { border-color: rgb(217,131,220); }
td.TdClassName
{
border-color: #D983DC;
}
.TagClassName
{
border-color: #D983DC;
}
</style>