Shades of Orchid #DB70CA
Tints of Orchid #DB70CA
RGB
CMYK
RGB Variations
Color information
#DB70CA (or 0xDB70CA) is known color: Orchid. HEX triplet: DB, 70 and CA. RGB value is (219,112,202). Sum of RGB (Red+Green+Blue) = 219+112+202=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70CA is #248F35. Grayscale: #9A9A9A. Windows color (decimal): -2395958 or 13267163. OLE color: 13267163.
HSL color Cylindrical-coordinate representation of color #DB70CA: hue angle of 309.53º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB70CA is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 202 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.14 |
| HSL | 309.53º | 0.6% | 0.65% | - |
| HSV(B) | 309.53º | 0.49% | 0.86% | - |
| XYZ | 45.67 | 30.91 | 59.44 | - |
| YUV | 154.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 202 | 0 | 0.49 | 0.08 | 0.14 | 309.53 | 0.6 | 0.65 |
| Hex | DB | 70 | CA | 0 | 31 | 8 | E | 136 | 3C | 41 |
| Octal | 333 | 160 | 312 | 0 | 61 | 10 | 16 | 466 | 74 | 101 |
| Binary | 11011011 | 1110000 | 11001010 | 0 | 110001 | 1000 | 1110 | 100110110 | 111100 | 1000001 |
Color Harmonies of #DB70CA
Complementary color
Monochromatic Colors of #DB70CA
Black with #DB70CA
Text Example
Text Example
White with #DB70CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70CA; }
p { color: rgb(219,112,202); }
H1.HeaderClassName
{
color: #DB70CA;
}
.AnyTagClassName
{
color: #DB70CA;
}
</style>
background-color css
<style>
a { background-color: #DB70CA; }
a { background-color: rgb(219,112,202); }
div.DivClassName
{
background-color: #DB70CA;
}
.BgClassName
{
background-color: #DB70CA;
}
</style>
border-color css
<style>
span { border-color: #DB70CA; }
span { border-color: rgb(219,112,202); }
td.TdClassName
{
border-color: #DB70CA;
}
.TagClassName
{
border-color: #DB70CA;
}
</style>