Shades of Orchid #DB74D7
Tints of Orchid #DB74D7
RGB
CMYK
RGB Variations
Color information
#DB74D7 (or 0xDB74D7) is known color: Orchid. HEX triplet: DB, 74 and D7. RGB value is (219,116,215). Sum of RGB (Red+Green+Blue) = 219+116+215=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74D7 is #248B28. Grayscale: #9D9D9D. Windows color (decimal): -2394921 or 14120155. OLE color: 14120155.
HSL color Cylindrical-coordinate representation of color #DB74D7: hue angle of 302.33º 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 #DB74D7 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 215 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.14 |
| HSL | 302.33º | 0.59% | 0.66% | - |
| HSV(B) | 302.33º | 0.47% | 0.86% | - |
| XYZ | 47.72 | 32.46 | 68.04 | - |
| YUV | 158.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 215 | 0 | 0.47 | 0.02 | 0.14 | 302.33 | 0.59 | 0.66 |
| Hex | DB | 74 | D7 | 0 | 2F | 2 | E | 12E | 3B | 42 |
| Octal | 333 | 164 | 327 | 0 | 57 | 2 | 16 | 456 | 73 | 102 |
| Binary | 11011011 | 1110100 | 11010111 | 0 | 101111 | 10 | 1110 | 100101110 | 111011 | 1000010 |
Color Harmonies of #DB74D7
Complementary color
Monochromatic Colors of #DB74D7
Black with #DB74D7
Text Example
Text Example
White with #DB74D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74D7; }
p { color: rgb(219,116,215); }
H1.HeaderClassName
{
color: #DB74D7;
}
.AnyTagClassName
{
color: #DB74D7;
}
</style>
background-color css
<style>
a { background-color: #DB74D7; }
a { background-color: rgb(219,116,215); }
div.DivClassName
{
background-color: #DB74D7;
}
.BgClassName
{
background-color: #DB74D7;
}
</style>
border-color css
<style>
span { border-color: #DB74D7; }
span { border-color: rgb(219,116,215); }
td.TdClassName
{
border-color: #DB74D7;
}
.TagClassName
{
border-color: #DB74D7;
}
</style>