Shades of Orchid #DB75CB
Tints of Orchid #DB75CB
RGB
CMYK
RGB Variations
Color information
#DB75CB (or 0xDB75CB) is known color: Orchid. HEX triplet: DB, 75 and CB. RGB value is (219,117,203). Sum of RGB (Red+Green+Blue) = 219+117+203=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75CB is #248A34. Grayscale: #9D9D9D. Windows color (decimal): -2394677 or 13333979. OLE color: 13333979.
HSL color Cylindrical-coordinate representation of color #DB75CB: hue angle of 309.41º 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 #DB75CB is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 203 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.14 |
| HSL | 309.41º | 0.59% | 0.66% | - |
| HSV(B) | 309.41º | 0.47% | 0.86% | - |
| XYZ | 46.35 | 32.09 | 60.25 | - |
| YUV | 157.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 203 | 0 | 0.47 | 0.07 | 0.14 | 309.41 | 0.59 | 0.66 |
| Hex | DB | 75 | CB | 0 | 2F | 7 | E | 135 | 3B | 42 |
| Octal | 333 | 165 | 313 | 0 | 57 | 7 | 16 | 465 | 73 | 102 |
| Binary | 11011011 | 1110101 | 11001011 | 0 | 101111 | 111 | 1110 | 100110101 | 111011 | 1000010 |
Color Harmonies of #DB75CB
Complementary color
Monochromatic Colors of #DB75CB
Black with #DB75CB
Text Example
Text Example
White with #DB75CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75CB; }
p { color: rgb(219,117,203); }
H1.HeaderClassName
{
color: #DB75CB;
}
.AnyTagClassName
{
color: #DB75CB;
}
</style>
background-color css
<style>
a { background-color: #DB75CB; }
a { background-color: rgb(219,117,203); }
div.DivClassName
{
background-color: #DB75CB;
}
.BgClassName
{
background-color: #DB75CB;
}
</style>
border-color css
<style>
span { border-color: #DB75CB; }
span { border-color: rgb(219,117,203); }
td.TdClassName
{
border-color: #DB75CB;
}
.TagClassName
{
border-color: #DB75CB;
}
</style>