Shades of Orchid #DB74CE
Tints of Orchid #DB74CE
RGB
CMYK
RGB Variations
Color information
#DB74CE (or 0xDB74CE) is known color: Orchid. HEX triplet: DB, 74 and CE. RGB value is (219,116,206). Sum of RGB (Red+Green+Blue) = 219+116+206=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74CE is #248B31. Grayscale: #9C9C9C. Windows color (decimal): -2394930 or 13530331. OLE color: 13530331.
HSL color Cylindrical-coordinate representation of color #DB74CE: hue angle of 307.57º 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 #DB74CE is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 206 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.14 |
| HSL | 307.57º | 0.59% | 0.66% | - |
| HSV(B) | 307.57º | 0.47% | 0.86% | - |
| XYZ | 46.6 | 32.01 | 62.11 | - |
| YUV | 157.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 206 | 0 | 0.47 | 0.06 | 0.14 | 307.57 | 0.59 | 0.66 |
| Hex | DB | 74 | CE | 0 | 2F | 6 | E | 134 | 3B | 42 |
| Octal | 333 | 164 | 316 | 0 | 57 | 6 | 16 | 464 | 73 | 102 |
| Binary | 11011011 | 1110100 | 11001110 | 0 | 101111 | 110 | 1110 | 100110100 | 111011 | 1000010 |
Color Harmonies of #DB74CE
Complementary color
Monochromatic Colors of #DB74CE
Black with #DB74CE
Text Example
Text Example
White with #DB74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74CE; }
p { color: rgb(219,116,206); }
H1.HeaderClassName
{
color: #DB74CE;
}
.AnyTagClassName
{
color: #DB74CE;
}
</style>
background-color css
<style>
a { background-color: #DB74CE; }
a { background-color: rgb(219,116,206); }
div.DivClassName
{
background-color: #DB74CE;
}
.BgClassName
{
background-color: #DB74CE;
}
</style>
border-color css
<style>
span { border-color: #DB74CE; }
span { border-color: rgb(219,116,206); }
td.TdClassName
{
border-color: #DB74CE;
}
.TagClassName
{
border-color: #DB74CE;
}
</style>