Shades of Orchid #DB7DCC
Tints of Orchid #DB7DCC
RGB
CMYK
RGB Variations
Color information
#DB7DCC (or 0xDB7DCC) is known color: Orchid. HEX triplet: DB, 7D and CC. RGB value is (219,125,204). Sum of RGB (Red+Green+Blue) = 219+125+204=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DCC is #248233. Grayscale: #A1A1A1. Windows color (decimal): -2392628 or 13401563. OLE color: 13401563.
HSL color Cylindrical-coordinate representation of color #DB7DCC: hue angle of 309.57º 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 #DB7DCC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 125 | 204 | - |
CMYK | 0 | 0.43 | 0.07 | 0.14 |
HSL | 309.57º | 0.57% | 0.67% | - |
HSV(B) | 309.57º | 0.43% | 0.86% | - |
XYZ | 47.45 | 34.09 | 61.21 | - |
YUV | 162.11 | 151.64 | 168.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 125 | 204 | 0 | 0.43 | 0.07 | 0.14 | 309.57 | 0.57 | 0.67 |
Hex | DB | 7D | CC | 0 | 2B | 7 | E | 136 | 39 | 43 |
Octal | 333 | 175 | 314 | 0 | 53 | 7 | 16 | 466 | 71 | 103 |
Binary | 11011011 | 1111101 | 11001100 | 0 | 101011 | 111 | 1110 | 100110110 | 111001 | 1000011 |
Color Harmonies of #DB7DCC
Complementary color
Monochromatic Colors of #DB7DCC
Black with #DB7DCC
Text Example
Text Example
White with #DB7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DCC; }
p { color: rgb(219,125,204); }
H1.HeaderClassName
{
color: #DB7DCC;
}
.AnyTagClassName
{
color: #DB7DCC;
}
</style>
background-color css
<style>
a { background-color: #DB7DCC; }
a { background-color: rgb(219,125,204); }
div.DivClassName
{
background-color: #DB7DCC;
}
.BgClassName
{
background-color: #DB7DCC;
}
</style>
border-color css
<style>
span { border-color: #DB7DCC; }
span { border-color: rgb(219,125,204); }
td.TdClassName
{
border-color: #DB7DCC;
}
.TagClassName
{
border-color: #DB7DCC;
}
</style>