Shades of Orchid #DB70CF
Tints of Orchid #DB70CF
RGB
CMYK
RGB Variations
Color information
#DB70CF (or 0xDB70CF) is known color: Orchid. HEX triplet: DB, 70 and CF. RGB value is (219,112,207). Sum of RGB (Red+Green+Blue) = 219+112+207=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70CF is #248F30. Grayscale: #9A9A9A. Windows color (decimal): -2395953 or 13594843. OLE color: 13594843.
HSL color Cylindrical-coordinate representation of color #DB70CF: hue angle of 306.73º 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 #DB70CF is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 207 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.14 |
| HSL | 306.73º | 0.6% | 0.65% | - |
| HSV(B) | 306.73º | 0.49% | 0.86% | - |
| XYZ | 46.27 | 31.15 | 62.61 | - |
| YUV | 154.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 207 | 0 | 0.49 | 0.05 | 0.14 | 306.73 | 0.6 | 0.65 |
| Hex | DB | 70 | CF | 0 | 31 | 5 | E | 133 | 3C | 41 |
| Octal | 333 | 160 | 317 | 0 | 61 | 5 | 16 | 463 | 74 | 101 |
| Binary | 11011011 | 1110000 | 11001111 | 0 | 110001 | 101 | 1110 | 100110011 | 111100 | 1000001 |
Color Harmonies of #DB70CF
Complementary color
Monochromatic Colors of #DB70CF
Black with #DB70CF
Text Example
Text Example
White with #DB70CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70CF; }
p { color: rgb(219,112,207); }
H1.HeaderClassName
{
color: #DB70CF;
}
.AnyTagClassName
{
color: #DB70CF;
}
</style>
background-color css
<style>
a { background-color: #DB70CF; }
a { background-color: rgb(219,112,207); }
div.DivClassName
{
background-color: #DB70CF;
}
.BgClassName
{
background-color: #DB70CF;
}
</style>
border-color css
<style>
span { border-color: #DB70CF; }
span { border-color: rgb(219,112,207); }
td.TdClassName
{
border-color: #DB70CF;
}
.TagClassName
{
border-color: #DB70CF;
}
</style>