Shades of Orchid #DB74C3
Tints of Orchid #DB74C3
RGB
CMYK
RGB Variations
Color information
#DB74C3 (or 0xDB74C3) is known color: Orchid. HEX triplet: DB, 74 and C3. RGB value is (219,116,195). Sum of RGB (Red+Green+Blue) = 219+116+195=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74C3 is #248B3C. Grayscale: #9B9B9B. Windows color (decimal): -2394941 or 12809435. OLE color: 12809435.
HSL color Cylindrical-coordinate representation of color #DB74C3: hue angle of 313.98º 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 #DB74C3 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 195 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.14 |
| HSL | 313.98º | 0.59% | 0.66% | - |
| HSV(B) | 313.98º | 0.47% | 0.86% | - |
| XYZ | 45.31 | 31.49 | 55.32 | - |
| YUV | 155.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 195 | 0 | 0.47 | 0.11 | 0.14 | 313.98 | 0.59 | 0.66 |
| Hex | DB | 74 | C3 | 0 | 2F | B | E | 13A | 3B | 42 |
| Octal | 333 | 164 | 303 | 0 | 57 | 13 | 16 | 472 | 73 | 102 |
| Binary | 11011011 | 1110100 | 11000011 | 0 | 101111 | 1011 | 1110 | 100111010 | 111011 | 1000010 |
Color Harmonies of #DB74C3
Complementary color
Monochromatic Colors of #DB74C3
Black with #DB74C3
Text Example
Text Example
White with #DB74C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74C3; }
p { color: rgb(219,116,195); }
H1.HeaderClassName
{
color: #DB74C3;
}
.AnyTagClassName
{
color: #DB74C3;
}
</style>
background-color css
<style>
a { background-color: #DB74C3; }
a { background-color: rgb(219,116,195); }
div.DivClassName
{
background-color: #DB74C3;
}
.BgClassName
{
background-color: #DB74C3;
}
</style>
border-color css
<style>
span { border-color: #DB74C3; }
span { border-color: rgb(219,116,195); }
td.TdClassName
{
border-color: #DB74C3;
}
.TagClassName
{
border-color: #DB74C3;
}
</style>