Shades of Orchid #DB83C6
Tints of Orchid #DB83C6
RGB
CMYK
RGB Variations
Color information
#DB83C6 (or 0xDB83C6) is known color: Orchid. HEX triplet: DB, 83 and C6. RGB value is (219,131,198). Sum of RGB (Red+Green+Blue) = 219+131+198=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83C6 is #247C39. Grayscale: #A4A4A4. Windows color (decimal): -2391098 or 13009883. OLE color: 13009883.
HSL color Cylindrical-coordinate representation of color #DB83C6: hue angle of 314.32º 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 #DB83C6 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 198 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.14 |
| HSL | 314.32º | 0.55% | 0.69% | - |
| HSV(B) | 314.32º | 0.4% | 0.86% | - |
| XYZ | 47.52 | 35.37 | 57.75 | - |
| YUV | 164.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 198 | 0 | 0.40 | 0.10 | 0.14 | 314.32 | 0.55 | 0.69 |
| Hex | DB | 83 | C6 | 0 | 28 | A | E | 13A | 37 | 45 |
| Octal | 333 | 203 | 306 | 0 | 50 | 12 | 16 | 472 | 67 | 105 |
| Binary | 11011011 | 10000011 | 11000110 | 0 | 101000 | 1010 | 1110 | 100111010 | 110111 | 1000101 |
Color Harmonies of #DB83C6
Complementary color
Monochromatic Colors of #DB83C6
Black with #DB83C6
Text Example
Text Example
White with #DB83C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83C6; }
p { color: rgb(219,131,198); }
H1.HeaderClassName
{
color: #DB83C6;
}
.AnyTagClassName
{
color: #DB83C6;
}
</style>
background-color css
<style>
a { background-color: #DB83C6; }
a { background-color: rgb(219,131,198); }
div.DivClassName
{
background-color: #DB83C6;
}
.BgClassName
{
background-color: #DB83C6;
}
</style>
border-color css
<style>
span { border-color: #DB83C6; }
span { border-color: rgb(219,131,198); }
td.TdClassName
{
border-color: #DB83C6;
}
.TagClassName
{
border-color: #DB83C6;
}
</style>