Shades of Orchid #DB70C8
Tints of Orchid #DB70C8
RGB
CMYK
RGB Variations
Color information
#DB70C8 (or 0xDB70C8) is known color: Orchid. HEX triplet: DB, 70 and C8. RGB value is (219,112,200). Sum of RGB (Red+Green+Blue) = 219+112+200=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70C8 is #248F37. Grayscale: #999999. Windows color (decimal): -2395960 or 13136091. OLE color: 13136091.
HSL color Cylindrical-coordinate representation of color #DB70C8: hue angle of 310.65º 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 #DB70C8 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 112 | 200 | - |
CMYK | 0 | 0.49 | 0.09 | 0.14 |
HSL | 310.65º | 0.6% | 0.65% | - |
HSV(B) | 310.65º | 0.49% | 0.86% | - |
XYZ | 45.43 | 30.82 | 58.2 | - |
YUV | 154.03 | 153.95 | 174.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 112 | 200 | 0 | 0.49 | 0.09 | 0.14 | 310.65 | 0.6 | 0.65 |
Hex | DB | 70 | C8 | 0 | 31 | 9 | E | 137 | 3C | 41 |
Octal | 333 | 160 | 310 | 0 | 61 | 11 | 16 | 467 | 74 | 101 |
Binary | 11011011 | 1110000 | 11001000 | 0 | 110001 | 1001 | 1110 | 100110111 | 111100 | 1000001 |
Color Harmonies of #DB70C8
Complementary color
Monochromatic Colors of #DB70C8
Black with #DB70C8
Text Example
Text Example
White with #DB70C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70C8; }
p { color: rgb(219,112,200); }
H1.HeaderClassName
{
color: #DB70C8;
}
.AnyTagClassName
{
color: #DB70C8;
}
</style>
background-color css
<style>
a { background-color: #DB70C8; }
a { background-color: rgb(219,112,200); }
div.DivClassName
{
background-color: #DB70C8;
}
.BgClassName
{
background-color: #DB70C8;
}
</style>
border-color css
<style>
span { border-color: #DB70C8; }
span { border-color: rgb(219,112,200); }
td.TdClassName
{
border-color: #DB70C8;
}
.TagClassName
{
border-color: #DB70C8;
}
</style>