Shades of Orchid #DB75BF
Tints of Orchid #DB75BF
RGB
CMYK
RGB Variations
Color information
#DB75BF (or 0xDB75BF) is known color: Orchid. HEX triplet: DB, 75 and BF. RGB value is (219,117,191). Sum of RGB (Red+Green+Blue) = 219+117+191=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75BF is #248A40. Grayscale: #9B9B9B. Windows color (decimal): -2394689 or 12547547. OLE color: 12547547.
HSL color Cylindrical-coordinate representation of color #DB75BF: hue angle of 316.47º 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 #DB75BF is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 191 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.14 |
| HSL | 316.47º | 0.59% | 0.66% | - |
| HSV(B) | 316.47º | 0.47% | 0.86% | - |
| XYZ | 44.98 | 31.54 | 53.01 | - |
| YUV | 155.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 191 | 0 | 0.47 | 0.13 | 0.14 | 316.47 | 0.59 | 0.66 |
| Hex | DB | 75 | BF | 0 | 2F | D | E | 13C | 3B | 42 |
| Octal | 333 | 165 | 277 | 0 | 57 | 15 | 16 | 474 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10111111 | 0 | 101111 | 1101 | 1110 | 100111100 | 111011 | 1000010 |
Color Harmonies of #DB75BF
Complementary color
Monochromatic Colors of #DB75BF
Black with #DB75BF
Text Example
Text Example
White with #DB75BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75BF; }
p { color: rgb(219,117,191); }
H1.HeaderClassName
{
color: #DB75BF;
}
.AnyTagClassName
{
color: #DB75BF;
}
</style>
background-color css
<style>
a { background-color: #DB75BF; }
a { background-color: rgb(219,117,191); }
div.DivClassName
{
background-color: #DB75BF;
}
.BgClassName
{
background-color: #DB75BF;
}
</style>
border-color css
<style>
span { border-color: #DB75BF; }
span { border-color: rgb(219,117,191); }
td.TdClassName
{
border-color: #DB75BF;
}
.TagClassName
{
border-color: #DB75BF;
}
</style>