Shades of Orchid #DB74C2
Tints of Orchid #DB74C2
RGB
CMYK
RGB Variations
Color information
#DB74C2 (or 0xDB74C2) is known color: Orchid. HEX triplet: DB, 74 and C2. RGB value is (219,116,194). Sum of RGB (Red+Green+Blue) = 219+116+194=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74C2 is #248B3D. Grayscale: #9B9B9B. Windows color (decimal): -2394942 or 12743899. OLE color: 12743899.
HSL color Cylindrical-coordinate representation of color #DB74C2: hue angle of 314.56º 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 #DB74C2 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 194 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.14 |
| HSL | 314.56º | 0.59% | 0.66% | - |
| HSV(B) | 314.56º | 0.47% | 0.86% | - |
| XYZ | 45.2 | 31.45 | 54.73 | - |
| YUV | 155.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 194 | 0 | 0.47 | 0.11 | 0.14 | 314.56 | 0.59 | 0.66 |
| Hex | DB | 74 | C2 | 0 | 2F | B | E | 13B | 3B | 42 |
| Octal | 333 | 164 | 302 | 0 | 57 | 13 | 16 | 473 | 73 | 102 |
| Binary | 11011011 | 1110100 | 11000010 | 0 | 101111 | 1011 | 1110 | 100111011 | 111011 | 1000010 |
Color Harmonies of #DB74C2
Complementary color
Monochromatic Colors of #DB74C2
Black with #DB74C2
Text Example
Text Example
White with #DB74C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74C2; }
p { color: rgb(219,116,194); }
H1.HeaderClassName
{
color: #DB74C2;
}
.AnyTagClassName
{
color: #DB74C2;
}
</style>
background-color css
<style>
a { background-color: #DB74C2; }
a { background-color: rgb(219,116,194); }
div.DivClassName
{
background-color: #DB74C2;
}
.BgClassName
{
background-color: #DB74C2;
}
</style>
border-color css
<style>
span { border-color: #DB74C2; }
span { border-color: rgb(219,116,194); }
td.TdClassName
{
border-color: #DB74C2;
}
.TagClassName
{
border-color: #DB74C2;
}
</style>