Shades of Orchid #DB83CF
Tints of Orchid #DB83CF
RGB
CMYK
RGB Variations
Color information
#DB83CF (or 0xDB83CF) is known color: Orchid. HEX triplet: DB, 83 and CF. RGB value is (219,131,207). Sum of RGB (Red+Green+Blue) = 219+131+207=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83CF is #247C30. Grayscale: #A5A5A5. Windows color (decimal): -2391089 or 13599707. OLE color: 13599707.
HSL color Cylindrical-coordinate representation of color #DB83CF: hue angle of 308.18º 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 #DB83CF is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 207 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.14 |
| HSL | 308.18º | 0.55% | 0.69% | - |
| HSV(B) | 308.18º | 0.4% | 0.86% | - |
| XYZ | 48.59 | 35.8 | 63.38 | - |
| YUV | 165.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 207 | 0 | 0.40 | 0.05 | 0.14 | 308.18 | 0.55 | 0.69 |
| Hex | DB | 83 | CF | 0 | 28 | 5 | E | 134 | 37 | 45 |
| Octal | 333 | 203 | 317 | 0 | 50 | 5 | 16 | 464 | 67 | 105 |
| Binary | 11011011 | 10000011 | 11001111 | 0 | 101000 | 101 | 1110 | 100110100 | 110111 | 1000101 |
Color Harmonies of #DB83CF
Complementary color
Monochromatic Colors of #DB83CF
Black with #DB83CF
Text Example
Text Example
White with #DB83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83CF; }
p { color: rgb(219,131,207); }
H1.HeaderClassName
{
color: #DB83CF;
}
.AnyTagClassName
{
color: #DB83CF;
}
</style>
background-color css
<style>
a { background-color: #DB83CF; }
a { background-color: rgb(219,131,207); }
div.DivClassName
{
background-color: #DB83CF;
}
.BgClassName
{
background-color: #DB83CF;
}
</style>
border-color css
<style>
span { border-color: #DB83CF; }
span { border-color: rgb(219,131,207); }
td.TdClassName
{
border-color: #DB83CF;
}
.TagClassName
{
border-color: #DB83CF;
}
</style>