Shades of Orchid #DB75E5
Tints of Orchid #DB75E5
RGB
CMYK
RGB Variations
Color information
#DB75E5 (or 0xDB75E5) is known color: Orchid. HEX triplet: DB, 75 and E5. RGB value is (219,117,229). Sum of RGB (Red+Green+Blue) = 219+117+229=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB75E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75E5 is #248A1A. Grayscale: #9F9F9F. Windows color (decimal): -2394651 or 15037915. OLE color: 15037915.
HSL color Cylindrical-coordinate representation of color #DB75E5: hue angle of 294.64º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB75E5 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 117 | 229 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.10 |
| HSL | 294.64º | 0.68% | 0.68% | - |
| HSV(B) | 294.64º | 0.49% | 0.9% | - |
| XYZ | 49.72 | 33.44 | 77.96 | - |
| YUV | 160.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 229 | 0.04 | 0.49 | 0 | 0.10 | 294.64 | 0.68 | 0.68 |
| Hex | DB | 75 | E5 | 4 | 31 | 0 | A | 127 | 44 | 44 |
| Octal | 333 | 165 | 345 | 4 | 61 | 0 | 12 | 447 | 104 | 104 |
| Binary | 11011011 | 1110101 | 11100101 | 100 | 110001 | 0 | 1010 | 100100111 | 1000100 | 1000100 |
Color Harmonies of #DB75E5
Complementary color
Monochromatic Colors of #DB75E5
Black with #DB75E5
Text Example
Text Example
White with #DB75E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75E5; }
p { color: rgb(219,117,229); }
H1.HeaderClassName
{
color: #DB75E5;
}
.AnyTagClassName
{
color: #DB75E5;
}
</style>
background-color css
<style>
a { background-color: #DB75E5; }
a { background-color: rgb(219,117,229); }
div.DivClassName
{
background-color: #DB75E5;
}
.BgClassName
{
background-color: #DB75E5;
}
</style>
border-color css
<style>
span { border-color: #DB75E5; }
span { border-color: rgb(219,117,229); }
td.TdClassName
{
border-color: #DB75E5;
}
.TagClassName
{
border-color: #DB75E5;
}
</style>