Shades of Orchid #DB73CA
Tints of Orchid #DB73CA
RGB
CMYK
RGB Variations
Color information
#DB73CA (or 0xDB73CA) is known color: Orchid. HEX triplet: DB, 73 and CA. RGB value is (219,115,202). Sum of RGB (Red+Green+Blue) = 219+115+202=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73CA is #248C35. Grayscale: #9B9B9B. Windows color (decimal): -2395190 or 13267931. OLE color: 13267931.
HSL color Cylindrical-coordinate representation of color #DB73CA: hue angle of 309.81º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB73CA is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 202 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.14 |
| HSL | 309.81º | 0.59% | 0.65% | - |
| HSV(B) | 309.81º | 0.47% | 0.86% | - |
| XYZ | 46 | 31.59 | 59.55 | - |
| YUV | 156.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 202 | 0 | 0.47 | 0.08 | 0.14 | 309.81 | 0.59 | 0.65 |
| Hex | DB | 73 | CA | 0 | 2F | 8 | E | 136 | 3B | 41 |
| Octal | 333 | 163 | 312 | 0 | 57 | 10 | 16 | 466 | 73 | 101 |
| Binary | 11011011 | 1110011 | 11001010 | 0 | 101111 | 1000 | 1110 | 100110110 | 111011 | 1000001 |
Color Harmonies of #DB73CA
Complementary color
Monochromatic Colors of #DB73CA
Black with #DB73CA
Text Example
Text Example
White with #DB73CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73CA; }
p { color: rgb(219,115,202); }
H1.HeaderClassName
{
color: #DB73CA;
}
.AnyTagClassName
{
color: #DB73CA;
}
</style>
background-color css
<style>
a { background-color: #DB73CA; }
a { background-color: rgb(219,115,202); }
div.DivClassName
{
background-color: #DB73CA;
}
.BgClassName
{
background-color: #DB73CA;
}
</style>
border-color css
<style>
span { border-color: #DB73CA; }
span { border-color: rgb(219,115,202); }
td.TdClassName
{
border-color: #DB73CA;
}
.TagClassName
{
border-color: #DB73CA;
}
</style>