Shades of Orchid #DB75C0
Tints of Orchid #DB75C0
RGB
CMYK
RGB Variations
Color information
#DB75C0 (or 0xDB75C0) is known color: Orchid. HEX triplet: DB, 75 and C0. RGB value is (219,117,192). Sum of RGB (Red+Green+Blue) = 219+117+192=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75C0 is #248A3F. Grayscale: #9B9B9B. Windows color (decimal): -2394688 or 12613083. OLE color: 12613083.
HSL color Cylindrical-coordinate representation of color #DB75C0: hue angle of 315.88º 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 #DB75C0 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 192 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.14 |
| HSL | 315.88º | 0.59% | 0.66% | - |
| HSV(B) | 315.88º | 0.47% | 0.86% | - |
| XYZ | 45.09 | 31.59 | 53.59 | - |
| YUV | 156.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 192 | 0 | 0.47 | 0.12 | 0.14 | 315.88 | 0.59 | 0.66 |
| Hex | DB | 75 | C0 | 0 | 2F | C | E | 13C | 3B | 42 |
| Octal | 333 | 165 | 300 | 0 | 57 | 14 | 16 | 474 | 73 | 102 |
| Binary | 11011011 | 1110101 | 11000000 | 0 | 101111 | 1100 | 1110 | 100111100 | 111011 | 1000010 |
Color Harmonies of #DB75C0
Complementary color
Monochromatic Colors of #DB75C0
Black with #DB75C0
Text Example
Text Example
White with #DB75C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75C0; }
p { color: rgb(219,117,192); }
H1.HeaderClassName
{
color: #DB75C0;
}
.AnyTagClassName
{
color: #DB75C0;
}
</style>
background-color css
<style>
a { background-color: #DB75C0; }
a { background-color: rgb(219,117,192); }
div.DivClassName
{
background-color: #DB75C0;
}
.BgClassName
{
background-color: #DB75C0;
}
</style>
border-color css
<style>
span { border-color: #DB75C0; }
span { border-color: rgb(219,117,192); }
td.TdClassName
{
border-color: #DB75C0;
}
.TagClassName
{
border-color: #DB75C0;
}
</style>