Shades of Orchid #DB83DC
Tints of Orchid #DB83DC
RGB
CMYK
RGB Variations
Color information
#DB83DC (or 0xDB83DC) is known color: Orchid. HEX triplet: DB, 83 and DC. RGB value is (219,131,220). Sum of RGB (Red+Green+Blue) = 219+131+220=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83DC is #247C23. Grayscale: #A7A7A7. Windows color (decimal): -2391076 or 14451675. OLE color: 14451675.
HSL color Cylindrical-coordinate representation of color #DB83DC: hue angle of 299.33º 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 #DB83DC is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 220 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.14 |
| HSL | 299.33º | 0.56% | 0.69% | - |
| HSV(B) | 299.33º | 0.4% | 0.86% | - |
| XYZ | 50.25 | 36.46 | 72.1 | - |
| YUV | 167.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 220 | 0.00 | 0.40 | 0 | 0.14 | 299.33 | 0.56 | 0.69 |
| Hex | DB | 83 | DC | 0 | 28 | 0 | E | 12B | 38 | 45 |
| Octal | 333 | 203 | 334 | 0 | 50 | 0 | 16 | 453 | 70 | 105 |
| Binary | 11011011 | 10000011 | 11011100 | 0 | 101000 | 0 | 1110 | 100101011 | 111000 | 1000101 |
Color Harmonies of #DB83DC
Complementary color
Monochromatic Colors of #DB83DC
Black with #DB83DC
Text Example
Text Example
White with #DB83DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83DC; }
p { color: rgb(219,131,220); }
H1.HeaderClassName
{
color: #DB83DC;
}
.AnyTagClassName
{
color: #DB83DC;
}
</style>
background-color css
<style>
a { background-color: #DB83DC; }
a { background-color: rgb(219,131,220); }
div.DivClassName
{
background-color: #DB83DC;
}
.BgClassName
{
background-color: #DB83DC;
}
</style>
border-color css
<style>
span { border-color: #DB83DC; }
span { border-color: rgb(219,131,220); }
td.TdClassName
{
border-color: #DB83DC;
}
.TagClassName
{
border-color: #DB83DC;
}
</style>