Shades of Orchid #DB83CA
Tints of Orchid #DB83CA
RGB
CMYK
RGB Variations
Color information
#DB83CA (or 0xDB83CA) is known color: Orchid. HEX triplet: DB, 83 and CA. RGB value is (219,131,202). Sum of RGB (Red+Green+Blue) = 219+131+202=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83CA is #247C35. Grayscale: #A5A5A5. Windows color (decimal): -2391094 or 13272027. OLE color: 13272027.
HSL color Cylindrical-coordinate representation of color #DB83CA: hue angle of 311.59º 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 #DB83CA is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 202 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.14 |
| HSL | 311.59º | 0.55% | 0.69% | - |
| HSV(B) | 311.59º | 0.4% | 0.86% | - |
| XYZ | 47.99 | 35.56 | 60.21 | - |
| YUV | 165.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 202 | 0 | 0.40 | 0.08 | 0.14 | 311.59 | 0.55 | 0.69 |
| Hex | DB | 83 | CA | 0 | 28 | 8 | E | 138 | 37 | 45 |
| Octal | 333 | 203 | 312 | 0 | 50 | 10 | 16 | 470 | 67 | 105 |
| Binary | 11011011 | 10000011 | 11001010 | 0 | 101000 | 1000 | 1110 | 100111000 | 110111 | 1000101 |
Color Harmonies of #DB83CA
Complementary color
Monochromatic Colors of #DB83CA
Black with #DB83CA
Text Example
Text Example
White with #DB83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83CA; }
p { color: rgb(219,131,202); }
H1.HeaderClassName
{
color: #DB83CA;
}
.AnyTagClassName
{
color: #DB83CA;
}
</style>
background-color css
<style>
a { background-color: #DB83CA; }
a { background-color: rgb(219,131,202); }
div.DivClassName
{
background-color: #DB83CA;
}
.BgClassName
{
background-color: #DB83CA;
}
</style>
border-color css
<style>
span { border-color: #DB83CA; }
span { border-color: rgb(219,131,202); }
td.TdClassName
{
border-color: #DB83CA;
}
.TagClassName
{
border-color: #DB83CA;
}
</style>