Shades of Orchid #DB83CD
Tints of Orchid #DB83CD
RGB
CMYK
RGB Variations
Color information
#DB83CD (or 0xDB83CD) is known color: Orchid. HEX triplet: DB, 83 and CD. RGB value is (219,131,205). Sum of RGB (Red+Green+Blue) = 219+131+205=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83CD is #247C32. Grayscale: #A5A5A5. Windows color (decimal): -2391091 or 13468635. OLE color: 13468635.
HSL color Cylindrical-coordinate representation of color #DB83CD: hue angle of 309.55º degrees, saturation: 0.55, 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 #DB83CD is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 205 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.14 |
| HSL | 309.55º | 0.55% | 0.69% | - |
| HSV(B) | 309.55º | 0.4% | 0.86% | - |
| XYZ | 48.35 | 35.7 | 62.1 | - |
| YUV | 165.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 205 | 0 | 0.40 | 0.06 | 0.14 | 309.55 | 0.55 | 0.69 |
| Hex | DB | 83 | CD | 0 | 28 | 6 | E | 136 | 37 | 45 |
| Octal | 333 | 203 | 315 | 0 | 50 | 6 | 16 | 466 | 67 | 105 |
| Binary | 11011011 | 10000011 | 11001101 | 0 | 101000 | 110 | 1110 | 100110110 | 110111 | 1000101 |
Color Harmonies of #DB83CD
Complementary color
Monochromatic Colors of #DB83CD
Black with #DB83CD
Text Example
Text Example
White with #DB83CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83CD; }
p { color: rgb(219,131,205); }
H1.HeaderClassName
{
color: #DB83CD;
}
.AnyTagClassName
{
color: #DB83CD;
}
</style>
background-color css
<style>
a { background-color: #DB83CD; }
a { background-color: rgb(219,131,205); }
div.DivClassName
{
background-color: #DB83CD;
}
.BgClassName
{
background-color: #DB83CD;
}
</style>
border-color css
<style>
span { border-color: #DB83CD; }
span { border-color: rgb(219,131,205); }
td.TdClassName
{
border-color: #DB83CD;
}
.TagClassName
{
border-color: #DB83CD;
}
</style>