Shades of Orchid #DB70CC
Tints of Orchid #DB70CC
RGB
CMYK
RGB Variations
Color information
#DB70CC (or 0xDB70CC) is known color: Orchid. HEX triplet: DB, 70 and CC. RGB value is (219,112,204). Sum of RGB (Red+Green+Blue) = 219+112+204=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70CC is #248F33. Grayscale: #9A9A9A. Windows color (decimal): -2395956 or 13398235. OLE color: 13398235.
HSL color Cylindrical-coordinate representation of color #DB70CC: hue angle of 308.41º 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 #DB70CC is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 112 | 204 | - |
CMYK | 0 | 0.49 | 0.07 | 0.14 |
HSL | 308.41º | 0.6% | 0.65% | - |
HSV(B) | 308.41º | 0.49% | 0.86% | - |
XYZ | 45.91 | 31.01 | 60.69 | - |
YUV | 154.48 | 155.95 | 174.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 112 | 204 | 0 | 0.49 | 0.07 | 0.14 | 308.41 | 0.6 | 0.65 |
Hex | DB | 70 | CC | 0 | 31 | 7 | E | 134 | 3C | 41 |
Octal | 333 | 160 | 314 | 0 | 61 | 7 | 16 | 464 | 74 | 101 |
Binary | 11011011 | 1110000 | 11001100 | 0 | 110001 | 111 | 1110 | 100110100 | 111100 | 1000001 |
Color Harmonies of #DB70CC
Complementary color
Monochromatic Colors of #DB70CC
Black with #DB70CC
Text Example
Text Example
White with #DB70CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70CC; }
p { color: rgb(219,112,204); }
H1.HeaderClassName
{
color: #DB70CC;
}
.AnyTagClassName
{
color: #DB70CC;
}
</style>
background-color css
<style>
a { background-color: #DB70CC; }
a { background-color: rgb(219,112,204); }
div.DivClassName
{
background-color: #DB70CC;
}
.BgClassName
{
background-color: #DB70CC;
}
</style>
border-color css
<style>
span { border-color: #DB70CC; }
span { border-color: rgb(219,112,204); }
td.TdClassName
{
border-color: #DB70CC;
}
.TagClassName
{
border-color: #DB70CC;
}
</style>