Shades of Orchid #D083D9
Tints of Orchid #D083D9
RGB
CMYK
RGB Variations
Color information
#D083D9 (or 0xD083D9) is known color: Orchid. HEX triplet: D0, 83 and D9. RGB value is (208,131,217). Sum of RGB (Red+Green+Blue) = 208+131+217=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #D083D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083D9 is #2F7C26. Grayscale: #A3A3A3. Windows color (decimal): -3111975 or 14255056. OLE color: 14255056.
HSL color Cylindrical-coordinate representation of color #D083D9: hue angle of 293.72º 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 #D083D9 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 131 | 217 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.15 |
| HSL | 293.72º | 0.53% | 0.68% | - |
| HSV(B) | 293.72º | 0.4% | 0.85% | - |
| XYZ | 46.65 | 34.65 | 69.88 | - |
| YUV | 163.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 217 | 0.04 | 0.40 | 0 | 0.15 | 293.72 | 0.53 | 0.68 |
| Hex | D0 | 83 | D9 | 4 | 28 | 0 | F | 126 | 35 | 44 |
| Octal | 320 | 203 | 331 | 4 | 50 | 0 | 17 | 446 | 65 | 104 |
| Binary | 11010000 | 10000011 | 11011001 | 100 | 101000 | 0 | 1111 | 100100110 | 110101 | 1000100 |
Color Harmonies of #D083D9
Complementary color
Monochromatic Colors of #D083D9
Black with #D083D9
Text Example
Text Example
White with #D083D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083D9; }
p { color: rgb(208,131,217); }
H1.HeaderClassName
{
color: #D083D9;
}
.AnyTagClassName
{
color: #D083D9;
}
</style>
background-color css
<style>
a { background-color: #D083D9; }
a { background-color: rgb(208,131,217); }
div.DivClassName
{
background-color: #D083D9;
}
.BgClassName
{
background-color: #D083D9;
}
</style>
border-color css
<style>
span { border-color: #D083D9; }
span { border-color: rgb(208,131,217); }
td.TdClassName
{
border-color: #D083D9;
}
.TagClassName
{
border-color: #D083D9;
}
</style>