Shades of Orchid #DB75D8
Tints of Orchid #DB75D8
RGB
CMYK
RGB Variations
Color information
#DB75D8 (or 0xDB75D8) is known color: Orchid. HEX triplet: DB, 75 and D8. RGB value is (219,117,216). Sum of RGB (Red+Green+Blue) = 219+117+216=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75D8 is #248A27. Grayscale: #9E9E9E. Windows color (decimal): -2394664 or 14185947. OLE color: 14185947.
HSL color Cylindrical-coordinate representation of color #DB75D8: hue angle of 301.76º 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 #DB75D8 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 216 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.14 |
| HSL | 301.76º | 0.59% | 0.66% | - |
| HSV(B) | 301.76º | 0.47% | 0.86% | - |
| XYZ | 47.97 | 32.74 | 68.76 | - |
| YUV | 158.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 216 | 0 | 0.47 | 0.01 | 0.14 | 301.76 | 0.59 | 0.66 |
| Hex | DB | 75 | D8 | 0 | 2F | 1 | E | 12E | 3B | 42 |
| Octal | 333 | 165 | 330 | 0 | 57 | 1 | 16 | 456 | 73 | 102 |
| Binary | 11011011 | 1110101 | 11011000 | 0 | 101111 | 1 | 1110 | 100101110 | 111011 | 1000010 |
Color Harmonies of #DB75D8
Complementary color
Monochromatic Colors of #DB75D8
Black with #DB75D8
Text Example
Text Example
White with #DB75D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75D8; }
p { color: rgb(219,117,216); }
H1.HeaderClassName
{
color: #DB75D8;
}
.AnyTagClassName
{
color: #DB75D8;
}
</style>
background-color css
<style>
a { background-color: #DB75D8; }
a { background-color: rgb(219,117,216); }
div.DivClassName
{
background-color: #DB75D8;
}
.BgClassName
{
background-color: #DB75D8;
}
</style>
border-color css
<style>
span { border-color: #DB75D8; }
span { border-color: rgb(219,117,216); }
td.TdClassName
{
border-color: #DB75D8;
}
.TagClassName
{
border-color: #DB75D8;
}
</style>