Shades of Orchid #DB74BF
Tints of Orchid #DB74BF
RGB
CMYK
RGB Variations
Color information
#DB74BF (or 0xDB74BF) is known color: Orchid. HEX triplet: DB, 74 and BF. RGB value is (219,116,191). Sum of RGB (Red+Green+Blue) = 219+116+191=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74BF is #248B40. Grayscale: #9B9B9B. Windows color (decimal): -2394945 or 12547291. OLE color: 12547291.
HSL color Cylindrical-coordinate representation of color #DB74BF: hue angle of 316.31º 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 #DB74BF is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 191 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.14 |
| HSL | 316.31º | 0.59% | 0.66% | - |
| HSV(B) | 316.31º | 0.47% | 0.86% | - |
| XYZ | 44.86 | 31.31 | 52.97 | - |
| YUV | 155.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 191 | 0 | 0.47 | 0.13 | 0.14 | 316.31 | 0.59 | 0.66 |
| Hex | DB | 74 | BF | 0 | 2F | D | E | 13C | 3B | 42 |
| Octal | 333 | 164 | 277 | 0 | 57 | 15 | 16 | 474 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10111111 | 0 | 101111 | 1101 | 1110 | 100111100 | 111011 | 1000010 |
Color Harmonies of #DB74BF
Complementary color
Monochromatic Colors of #DB74BF
Black with #DB74BF
Text Example
Text Example
White with #DB74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74BF; }
p { color: rgb(219,116,191); }
H1.HeaderClassName
{
color: #DB74BF;
}
.AnyTagClassName
{
color: #DB74BF;
}
</style>
background-color css
<style>
a { background-color: #DB74BF; }
a { background-color: rgb(219,116,191); }
div.DivClassName
{
background-color: #DB74BF;
}
.BgClassName
{
background-color: #DB74BF;
}
</style>
border-color css
<style>
span { border-color: #DB74BF; }
span { border-color: rgb(219,116,191); }
td.TdClassName
{
border-color: #DB74BF;
}
.TagClassName
{
border-color: #DB74BF;
}
</style>