Shades of Orchid #DB74C5
Tints of Orchid #DB74C5
RGB
CMYK
RGB Variations
Color information
#DB74C5 (or 0xDB74C5) is known color: Orchid. HEX triplet: DB, 74 and C5. RGB value is (219,116,197). Sum of RGB (Red+Green+Blue) = 219+116+197=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74C5 is #248B3A. Grayscale: #9B9B9B. Windows color (decimal): -2394939 or 12940507. OLE color: 12940507.
HSL color Cylindrical-coordinate representation of color #DB74C5: hue angle of 312.82º 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 #DB74C5 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 197 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.14 |
| HSL | 312.82º | 0.59% | 0.66% | - |
| HSV(B) | 312.82º | 0.47% | 0.86% | - |
| XYZ | 45.54 | 31.58 | 56.52 | - |
| YUV | 156.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 197 | 0 | 0.47 | 0.10 | 0.14 | 312.82 | 0.59 | 0.66 |
| Hex | DB | 74 | C5 | 0 | 2F | A | E | 139 | 3B | 42 |
| Octal | 333 | 164 | 305 | 0 | 57 | 12 | 16 | 471 | 73 | 102 |
| Binary | 11011011 | 1110100 | 11000101 | 0 | 101111 | 1010 | 1110 | 100111001 | 111011 | 1000010 |
Color Harmonies of #DB74C5
Complementary color
Monochromatic Colors of #DB74C5
Black with #DB74C5
Text Example
Text Example
White with #DB74C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74C5; }
p { color: rgb(219,116,197); }
H1.HeaderClassName
{
color: #DB74C5;
}
.AnyTagClassName
{
color: #DB74C5;
}
</style>
background-color css
<style>
a { background-color: #DB74C5; }
a { background-color: rgb(219,116,197); }
div.DivClassName
{
background-color: #DB74C5;
}
.BgClassName
{
background-color: #DB74C5;
}
</style>
border-color css
<style>
span { border-color: #DB74C5; }
span { border-color: rgb(219,116,197); }
td.TdClassName
{
border-color: #DB74C5;
}
.TagClassName
{
border-color: #DB74C5;
}
</style>