Shades of Orchid #DB75E9
Tints of Orchid #DB75E9
RGB
CMYK
RGB Variations
Color information
#DB75E9 (or 0xDB75E9) is known color: Orchid. HEX triplet: DB, 75 and E9. RGB value is (219,117,233). Sum of RGB (Red+Green+Blue) = 219+117+233=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB75E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75E9 is #248A16. Grayscale: #A0A0A0. Windows color (decimal): -2394647 or 15300059. OLE color: 15300059.
HSL color Cylindrical-coordinate representation of color #DB75E9: hue angle of 292.76º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB75E9 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 117 | 233 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.09 |
| HSL | 292.76º | 0.73% | 0.69% | - |
| HSV(B) | 292.76º | 0.5% | 0.91% | - |
| XYZ | 50.28 | 33.67 | 80.94 | - |
| YUV | 160.72 | 168.79 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 233 | 0.06 | 0.50 | 0 | 0.09 | 292.76 | 0.73 | 0.69 |
| Hex | DB | 75 | E9 | 6 | 32 | 0 | 9 | 125 | 48 | 45 |
| Octal | 333 | 165 | 351 | 6 | 62 | 0 | 11 | 445 | 110 | 105 |
| Binary | 11011011 | 1110101 | 11101001 | 110 | 110010 | 0 | 1001 | 100100101 | 1001000 | 1000101 |
Color Harmonies of #DB75E9
Complementary color
Monochromatic Colors of #DB75E9
Black with #DB75E9
Text Example
Text Example
White with #DB75E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75E9; }
p { color: rgb(219,117,233); }
H1.HeaderClassName
{
color: #DB75E9;
}
.AnyTagClassName
{
color: #DB75E9;
}
</style>
background-color css
<style>
a { background-color: #DB75E9; }
a { background-color: rgb(219,117,233); }
div.DivClassName
{
background-color: #DB75E9;
}
.BgClassName
{
background-color: #DB75E9;
}
</style>
border-color css
<style>
span { border-color: #DB75E9; }
span { border-color: rgb(219,117,233); }
td.TdClassName
{
border-color: #DB75E9;
}
.TagClassName
{
border-color: #DB75E9;
}
</style>