Shades of Orchid #DB75D0
Tints of Orchid #DB75D0
RGB
CMYK
RGB Variations
Color information
#DB75D0 (or 0xDB75D0) is known color: Orchid. HEX triplet: DB, 75 and D0. RGB value is (219,117,208). Sum of RGB (Red+Green+Blue) = 219+117+208=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75D0 is #248A2F. Grayscale: #9D9D9D. Windows color (decimal): -2394672 or 13661659. OLE color: 13661659.
HSL color Cylindrical-coordinate representation of color #DB75D0: hue angle of 306.47º 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 #DB75D0 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 208 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.14 |
| HSL | 306.47º | 0.59% | 0.66% | - |
| HSV(B) | 306.47º | 0.47% | 0.86% | - |
| XYZ | 46.96 | 32.34 | 63.44 | - |
| YUV | 157.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 208 | 0 | 0.47 | 0.05 | 0.14 | 306.47 | 0.59 | 0.66 |
| Hex | DB | 75 | D0 | 0 | 2F | 5 | E | 132 | 3B | 42 |
| Octal | 333 | 165 | 320 | 0 | 57 | 5 | 16 | 462 | 73 | 102 |
| Binary | 11011011 | 1110101 | 11010000 | 0 | 101111 | 101 | 1110 | 100110010 | 111011 | 1000010 |
Color Harmonies of #DB75D0
Complementary color
Monochromatic Colors of #DB75D0
Black with #DB75D0
Text Example
Text Example
White with #DB75D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75D0; }
p { color: rgb(219,117,208); }
H1.HeaderClassName
{
color: #DB75D0;
}
.AnyTagClassName
{
color: #DB75D0;
}
</style>
background-color css
<style>
a { background-color: #DB75D0; }
a { background-color: rgb(219,117,208); }
div.DivClassName
{
background-color: #DB75D0;
}
.BgClassName
{
background-color: #DB75D0;
}
</style>
border-color css
<style>
span { border-color: #DB75D0; }
span { border-color: rgb(219,117,208); }
td.TdClassName
{
border-color: #DB75D0;
}
.TagClassName
{
border-color: #DB75D0;
}
</style>