Shades of Orchid #DB74C4
Tints of Orchid #DB74C4
RGB
CMYK
RGB Variations
Color information
#DB74C4 (or 0xDB74C4) is known color: Orchid. HEX triplet: DB, 74 and C4. RGB value is (219,116,196). Sum of RGB (Red+Green+Blue) = 219+116+196=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74C4 is #248B3B. Grayscale: #9B9B9B. Windows color (decimal): -2394940 or 12874971. OLE color: 12874971.
HSL color Cylindrical-coordinate representation of color #DB74C4: hue angle of 313.4º 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 #DB74C4 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 196 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.14 |
| HSL | 313.4º | 0.59% | 0.66% | - |
| HSV(B) | 313.4º | 0.47% | 0.86% | - |
| XYZ | 45.42 | 31.54 | 55.92 | - |
| YUV | 155.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 196 | 0 | 0.47 | 0.11 | 0.14 | 313.4 | 0.59 | 0.66 |
| Hex | DB | 74 | C4 | 0 | 2F | B | E | 139 | 3B | 42 |
| Octal | 333 | 164 | 304 | 0 | 57 | 13 | 16 | 471 | 73 | 102 |
| Binary | 11011011 | 1110100 | 11000100 | 0 | 101111 | 1011 | 1110 | 100111001 | 111011 | 1000010 |
Color Harmonies of #DB74C4
Complementary color
Monochromatic Colors of #DB74C4
Black with #DB74C4
Text Example
Text Example
White with #DB74C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74C4; }
p { color: rgb(219,116,196); }
H1.HeaderClassName
{
color: #DB74C4;
}
.AnyTagClassName
{
color: #DB74C4;
}
</style>
background-color css
<style>
a { background-color: #DB74C4; }
a { background-color: rgb(219,116,196); }
div.DivClassName
{
background-color: #DB74C4;
}
.BgClassName
{
background-color: #DB74C4;
}
</style>
border-color css
<style>
span { border-color: #DB74C4; }
span { border-color: rgb(219,116,196); }
td.TdClassName
{
border-color: #DB74C4;
}
.TagClassName
{
border-color: #DB74C4;
}
</style>