Shades of Orchid #DB74BD
Tints of Orchid #DB74BD
RGB
CMYK
RGB Variations
Color information
#DB74BD (or 0xDB74BD) is known color: Orchid. HEX triplet: DB, 74 and BD. RGB value is (219,116,189). Sum of RGB (Red+Green+Blue) = 219+116+189=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74BD is #248B42. Grayscale: #9A9A9A. Windows color (decimal): -2394947 or 12416219. OLE color: 12416219.
HSL color Cylindrical-coordinate representation of color #DB74BD: hue angle of 317.48º degrees, saturation: 0.59, 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 #DB74BD is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 189 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.14 |
| HSL | 317.48º | 0.59% | 0.66% | - |
| HSV(B) | 317.48º | 0.47% | 0.86% | - |
| XYZ | 44.64 | 31.22 | 51.82 | - |
| YUV | 155.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 189 | 0 | 0.47 | 0.14 | 0.14 | 317.48 | 0.59 | 0.66 |
| Hex | DB | 74 | BD | 0 | 2F | E | E | 13D | 3B | 42 |
| Octal | 333 | 164 | 275 | 0 | 57 | 16 | 16 | 475 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10111101 | 0 | 101111 | 1110 | 1110 | 100111101 | 111011 | 1000010 |
Color Harmonies of #DB74BD
Complementary color
Monochromatic Colors of #DB74BD
Black with #DB74BD
Text Example
Text Example
White with #DB74BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74BD; }
p { color: rgb(219,116,189); }
H1.HeaderClassName
{
color: #DB74BD;
}
.AnyTagClassName
{
color: #DB74BD;
}
</style>
background-color css
<style>
a { background-color: #DB74BD; }
a { background-color: rgb(219,116,189); }
div.DivClassName
{
background-color: #DB74BD;
}
.BgClassName
{
background-color: #DB74BD;
}
</style>
border-color css
<style>
span { border-color: #DB74BD; }
span { border-color: rgb(219,116,189); }
td.TdClassName
{
border-color: #DB74BD;
}
.TagClassName
{
border-color: #DB74BD;
}
</style>