Shades of Orchid #DB75CA
Tints of Orchid #DB75CA
RGB
CMYK
RGB Variations
Color information
#DB75CA (or 0xDB75CA) is known color: Orchid. HEX triplet: DB, 75 and CA. RGB value is (219,117,202). Sum of RGB (Red+Green+Blue) = 219+117+202=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75CA is #248A35. Grayscale: #9C9C9C. Windows color (decimal): -2394678 or 13268443. OLE color: 13268443.
HSL color Cylindrical-coordinate representation of color #DB75CA: hue angle of 310º 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 #DB75CA is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 202 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.14 |
| HSL | 310º | 0.59% | 0.66% | - |
| HSV(B) | 310º | 0.47% | 0.86% | - |
| XYZ | 46.24 | 32.05 | 59.63 | - |
| YUV | 157.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 202 | 0 | 0.47 | 0.08 | 0.14 | 310 | 0.59 | 0.66 |
| Hex | DB | 75 | CA | 0 | 2F | 8 | E | 136 | 3B | 42 |
| Octal | 333 | 165 | 312 | 0 | 57 | 10 | 16 | 466 | 73 | 102 |
| Binary | 11011011 | 1110101 | 11001010 | 0 | 101111 | 1000 | 1110 | 100110110 | 111011 | 1000010 |
Color Harmonies of #DB75CA
Complementary color
Monochromatic Colors of #DB75CA
Black with #DB75CA
Text Example
Text Example
White with #DB75CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75CA; }
p { color: rgb(219,117,202); }
H1.HeaderClassName
{
color: #DB75CA;
}
.AnyTagClassName
{
color: #DB75CA;
}
</style>
background-color css
<style>
a { background-color: #DB75CA; }
a { background-color: rgb(219,117,202); }
div.DivClassName
{
background-color: #DB75CA;
}
.BgClassName
{
background-color: #DB75CA;
}
</style>
border-color css
<style>
span { border-color: #DB75CA; }
span { border-color: rgb(219,117,202); }
td.TdClassName
{
border-color: #DB75CA;
}
.TagClassName
{
border-color: #DB75CA;
}
</style>