Shades of Orchid #DB75C7
Tints of Orchid #DB75C7
RGB
CMYK
RGB Variations
Color information
#DB75C7 (or 0xDB75C7) is known color: Orchid. HEX triplet: DB, 75 and C7. RGB value is (219,117,199). Sum of RGB (Red+Green+Blue) = 219+117+199=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75C7 is #248A38. Grayscale: #9C9C9C. Windows color (decimal): -2394681 or 13071835. OLE color: 13071835.
HSL color Cylindrical-coordinate representation of color #DB75C7: hue angle of 311.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 #DB75C7 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 199 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.14 |
| HSL | 311.76º | 0.59% | 0.66% | - |
| HSV(B) | 311.76º | 0.47% | 0.86% | - |
| XYZ | 45.88 | 31.91 | 57.77 | - |
| YUV | 156.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 199 | 0 | 0.47 | 0.09 | 0.14 | 311.76 | 0.59 | 0.66 |
| Hex | DB | 75 | C7 | 0 | 2F | 9 | E | 138 | 3B | 42 |
| Octal | 333 | 165 | 307 | 0 | 57 | 11 | 16 | 470 | 73 | 102 |
| Binary | 11011011 | 1110101 | 11000111 | 0 | 101111 | 1001 | 1110 | 100111000 | 111011 | 1000010 |
Color Harmonies of #DB75C7
Complementary color
Monochromatic Colors of #DB75C7
Black with #DB75C7
Text Example
Text Example
White with #DB75C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75C7; }
p { color: rgb(219,117,199); }
H1.HeaderClassName
{
color: #DB75C7;
}
.AnyTagClassName
{
color: #DB75C7;
}
</style>
background-color css
<style>
a { background-color: #DB75C7; }
a { background-color: rgb(219,117,199); }
div.DivClassName
{
background-color: #DB75C7;
}
.BgClassName
{
background-color: #DB75C7;
}
</style>
border-color css
<style>
span { border-color: #DB75C7; }
span { border-color: rgb(219,117,199); }
td.TdClassName
{
border-color: #DB75C7;
}
.TagClassName
{
border-color: #DB75C7;
}
</style>