Shades of Orchid #DB74CD
Tints of Orchid #DB74CD
RGB
CMYK
RGB Variations
Color information
#DB74CD (or 0xDB74CD) is known color: Orchid. HEX triplet: DB, 74 and CD. RGB value is (219,116,205). Sum of RGB (Red+Green+Blue) = 219+116+205=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74CD is #248B32. Grayscale: #9C9C9C. Windows color (decimal): -2394931 or 13464795. OLE color: 13464795.
HSL color Cylindrical-coordinate representation of color #DB74CD: hue angle of 308.16º 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 #DB74CD is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 205 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.14 |
| HSL | 308.16º | 0.59% | 0.66% | - |
| HSV(B) | 308.16º | 0.47% | 0.86% | - |
| XYZ | 46.48 | 31.96 | 61.48 | - |
| YUV | 156.94 | 155.12 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 205 | 0 | 0.47 | 0.06 | 0.14 | 308.16 | 0.59 | 0.66 |
| Hex | DB | 74 | CD | 0 | 2F | 6 | E | 134 | 3B | 42 |
| Octal | 333 | 164 | 315 | 0 | 57 | 6 | 16 | 464 | 73 | 102 |
| Binary | 11011011 | 1110100 | 11001101 | 0 | 101111 | 110 | 1110 | 100110100 | 111011 | 1000010 |
Color Harmonies of #DB74CD
Complementary color
Monochromatic Colors of #DB74CD
Black with #DB74CD
Text Example
Text Example
White with #DB74CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74CD; }
p { color: rgb(219,116,205); }
H1.HeaderClassName
{
color: #DB74CD;
}
.AnyTagClassName
{
color: #DB74CD;
}
</style>
background-color css
<style>
a { background-color: #DB74CD; }
a { background-color: rgb(219,116,205); }
div.DivClassName
{
background-color: #DB74CD;
}
.BgClassName
{
background-color: #DB74CD;
}
</style>
border-color css
<style>
span { border-color: #DB74CD; }
span { border-color: rgb(219,116,205); }
td.TdClassName
{
border-color: #DB74CD;
}
.TagClassName
{
border-color: #DB74CD;
}
</style>