Shades of Orchid #DB70CB
Tints of Orchid #DB70CB
RGB
CMYK
RGB Variations
Color information
#DB70CB (or 0xDB70CB) is known color: Orchid. HEX triplet: DB, 70 and CB. RGB value is (219,112,203). Sum of RGB (Red+Green+Blue) = 219+112+203=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70CB is #248F34. Grayscale: #9A9A9A. Windows color (decimal): -2395957 or 13332699. OLE color: 13332699.
HSL color Cylindrical-coordinate representation of color #DB70CB: hue angle of 308.97º 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 #DB70CB is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 203 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.14 |
| HSL | 308.97º | 0.6% | 0.65% | - |
| HSV(B) | 308.97º | 0.49% | 0.86% | - |
| XYZ | 45.79 | 30.96 | 60.06 | - |
| YUV | 154.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 203 | 0 | 0.49 | 0.07 | 0.14 | 308.97 | 0.6 | 0.65 |
| Hex | DB | 70 | CB | 0 | 31 | 7 | E | 135 | 3C | 41 |
| Octal | 333 | 160 | 313 | 0 | 61 | 7 | 16 | 465 | 74 | 101 |
| Binary | 11011011 | 1110000 | 11001011 | 0 | 110001 | 111 | 1110 | 100110101 | 111100 | 1000001 |
Color Harmonies of #DB70CB
Complementary color
Monochromatic Colors of #DB70CB
Black with #DB70CB
Text Example
Text Example
White with #DB70CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70CB; }
p { color: rgb(219,112,203); }
H1.HeaderClassName
{
color: #DB70CB;
}
.AnyTagClassName
{
color: #DB70CB;
}
</style>
background-color css
<style>
a { background-color: #DB70CB; }
a { background-color: rgb(219,112,203); }
div.DivClassName
{
background-color: #DB70CB;
}
.BgClassName
{
background-color: #DB70CB;
}
</style>
border-color css
<style>
span { border-color: #DB70CB; }
span { border-color: rgb(219,112,203); }
td.TdClassName
{
border-color: #DB70CB;
}
.TagClassName
{
border-color: #DB70CB;
}
</style>