Shades of Orchid #DB75DC
Tints of Orchid #DB75DC
RGB
CMYK
RGB Variations
Color information
#DB75DC (or 0xDB75DC) is known color: Orchid. HEX triplet: DB, 75 and DC. RGB value is (219,117,220). Sum of RGB (Red+Green+Blue) = 219+117+220=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75DC is #248A23. Grayscale: #9E9E9E. Windows color (decimal): -2394660 or 14448091. OLE color: 14448091.
HSL color Cylindrical-coordinate representation of color #DB75DC: hue angle of 299.42º degrees, saturation: 0.6, 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 #DB75DC is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 220 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.14 |
| HSL | 299.42º | 0.6% | 0.66% | - |
| HSV(B) | 299.42º | 0.47% | 0.86% | - |
| XYZ | 48.49 | 32.95 | 71.51 | - |
| YUV | 159.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 220 | 0.00 | 0.47 | 0 | 0.14 | 299.42 | 0.6 | 0.66 |
| Hex | DB | 75 | DC | 0 | 2F | 0 | E | 12B | 3C | 42 |
| Octal | 333 | 165 | 334 | 0 | 57 | 0 | 16 | 453 | 74 | 102 |
| Binary | 11011011 | 1110101 | 11011100 | 0 | 101111 | 0 | 1110 | 100101011 | 111100 | 1000010 |
Color Harmonies of #DB75DC
Complementary color
Monochromatic Colors of #DB75DC
Black with #DB75DC
Text Example
Text Example
White with #DB75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75DC; }
p { color: rgb(219,117,220); }
H1.HeaderClassName
{
color: #DB75DC;
}
.AnyTagClassName
{
color: #DB75DC;
}
</style>
background-color css
<style>
a { background-color: #DB75DC; }
a { background-color: rgb(219,117,220); }
div.DivClassName
{
background-color: #DB75DC;
}
.BgClassName
{
background-color: #DB75DC;
}
</style>
border-color css
<style>
span { border-color: #DB75DC; }
span { border-color: rgb(219,117,220); }
td.TdClassName
{
border-color: #DB75DC;
}
.TagClassName
{
border-color: #DB75DC;
}
</style>