Shades of Orchid #DB74DC
Tints of Orchid #DB74DC
RGB
CMYK
RGB Variations
Color information
#DB74DC (or 0xDB74DC) is known color: Orchid. HEX triplet: DB, 74 and DC. RGB value is (219,116,220). Sum of RGB (Red+Green+Blue) = 219+116+220=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB74DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74DC is #248B23. Grayscale: #9E9E9E. Windows color (decimal): -2394916 or 14447835. OLE color: 14447835.
HSL color Cylindrical-coordinate representation of color #DB74DC: hue angle of 299.42º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB74DC is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 220 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.14 |
| HSL | 299.42º | 0.6% | 0.66% | - |
| HSV(B) | 299.42º | 0.47% | 0.86% | - |
| XYZ | 48.38 | 32.72 | 71.48 | - |
| YUV | 158.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 220 | 0.00 | 0.47 | 0 | 0.14 | 299.42 | 0.6 | 0.66 |
| Hex | DB | 74 | DC | 0 | 2F | 0 | E | 12B | 3C | 42 |
| Octal | 333 | 164 | 334 | 0 | 57 | 0 | 16 | 453 | 74 | 102 |
| Binary | 11011011 | 1110100 | 11011100 | 0 | 101111 | 0 | 1110 | 100101011 | 111100 | 1000010 |
Color Harmonies of #DB74DC
Complementary color
Monochromatic Colors of #DB74DC
Black with #DB74DC
Text Example
Text Example
White with #DB74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74DC; }
p { color: rgb(219,116,220); }
H1.HeaderClassName
{
color: #DB74DC;
}
.AnyTagClassName
{
color: #DB74DC;
}
</style>
background-color css
<style>
a { background-color: #DB74DC; }
a { background-color: rgb(219,116,220); }
div.DivClassName
{
background-color: #DB74DC;
}
.BgClassName
{
background-color: #DB74DC;
}
</style>
border-color css
<style>
span { border-color: #DB74DC; }
span { border-color: rgb(219,116,220); }
td.TdClassName
{
border-color: #DB74DC;
}
.TagClassName
{
border-color: #DB74DC;
}
</style>