Shades of Orchid #DB7DC7
Tints of Orchid #DB7DC7
RGB
CMYK
RGB Variations
Color information
#DB7DC7 (or 0xDB7DC7) is known color: Orchid. HEX triplet: DB, 7D and C7. RGB value is (219,125,199). Sum of RGB (Red+Green+Blue) = 219+125+199=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DC7 is #248238. Grayscale: #A1A1A1. Windows color (decimal): -2392633 or 13073883. OLE color: 13073883.
HSL color Cylindrical-coordinate representation of color #DB7DC7: hue angle of 312.77º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DC7 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 125 | 199 | - |
CMYK | 0 | 0.43 | 0.09 | 0.14 |
HSL | 312.77º | 0.57% | 0.67% | - |
HSV(B) | 312.77º | 0.43% | 0.86% | - |
XYZ | 46.86 | 33.85 | 58.1 | - |
YUV | 161.54 | 149.14 | 168.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 125 | 199 | 0 | 0.43 | 0.09 | 0.14 | 312.77 | 0.57 | 0.67 |
Hex | DB | 7D | C7 | 0 | 2B | 9 | E | 139 | 39 | 43 |
Octal | 333 | 175 | 307 | 0 | 53 | 11 | 16 | 471 | 71 | 103 |
Binary | 11011011 | 1111101 | 11000111 | 0 | 101011 | 1001 | 1110 | 100111001 | 111001 | 1000011 |
Color Harmonies of #DB7DC7
Complementary color
Monochromatic Colors of #DB7DC7
Black with #DB7DC7
Text Example
Text Example
White with #DB7DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DC7; }
p { color: rgb(219,125,199); }
H1.HeaderClassName
{
color: #DB7DC7;
}
.AnyTagClassName
{
color: #DB7DC7;
}
</style>
background-color css
<style>
a { background-color: #DB7DC7; }
a { background-color: rgb(219,125,199); }
div.DivClassName
{
background-color: #DB7DC7;
}
.BgClassName
{
background-color: #DB7DC7;
}
</style>
border-color css
<style>
span { border-color: #DB7DC7; }
span { border-color: rgb(219,125,199); }
td.TdClassName
{
border-color: #DB7DC7;
}
.TagClassName
{
border-color: #DB7DC7;
}
</style>