Shades of Orchid #D083DD
Tints of Orchid #D083DD
RGB
CMYK
RGB Variations
Color information
#D083DD (or 0xD083DD) is known color: Orchid. HEX triplet: D0, 83 and DD. RGB value is (208,131,221). Sum of RGB (Red+Green+Blue) = 208+131+221=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #D083DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083DD is #2F7C22. Grayscale: #A4A4A4. Windows color (decimal): -3111971 or 14517200. OLE color: 14517200.
HSL color Cylindrical-coordinate representation of color #D083DD: hue angle of 291.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D083DD is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 131 | 221 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.13 |
| HSL | 291.33º | 0.57% | 0.69% | - |
| HSV(B) | 291.33º | 0.41% | 0.87% | - |
| XYZ | 47.18 | 34.86 | 72.65 | - |
| YUV | 164.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 221 | 0.06 | 0.41 | 0 | 0.13 | 291.33 | 0.57 | 0.69 |
| Hex | D0 | 83 | DD | 6 | 29 | 0 | D | 123 | 39 | 45 |
| Octal | 320 | 203 | 335 | 6 | 51 | 0 | 15 | 443 | 71 | 105 |
| Binary | 11010000 | 10000011 | 11011101 | 110 | 101001 | 0 | 1101 | 100100011 | 111001 | 1000101 |
Color Harmonies of #D083DD
Complementary color
Monochromatic Colors of #D083DD
Black with #D083DD
Text Example
Text Example
White with #D083DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083DD; }
p { color: rgb(208,131,221); }
H1.HeaderClassName
{
color: #D083DD;
}
.AnyTagClassName
{
color: #D083DD;
}
</style>
background-color css
<style>
a { background-color: #D083DD; }
a { background-color: rgb(208,131,221); }
div.DivClassName
{
background-color: #D083DD;
}
.BgClassName
{
background-color: #D083DD;
}
</style>
border-color css
<style>
span { border-color: #D083DD; }
span { border-color: rgb(208,131,221); }
td.TdClassName
{
border-color: #D083DD;
}
.TagClassName
{
border-color: #D083DD;
}
</style>