Shades of Orchid #DB75BE
Tints of Orchid #DB75BE
RGB
CMYK
RGB Variations
Color information
#DB75BE (or 0xDB75BE) is known color: Orchid. HEX triplet: DB, 75 and BE. RGB value is (219,117,190). Sum of RGB (Red+Green+Blue) = 219+117+190=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75BE is #248A41. Grayscale: #9B9B9B. Windows color (decimal): -2394690 or 12482011. OLE color: 12482011.
HSL color Cylindrical-coordinate representation of color #DB75BE: hue angle of 317.06º 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 #DB75BE is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 190 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.14 |
| HSL | 317.06º | 0.59% | 0.66% | - |
| HSV(B) | 317.06º | 0.47% | 0.86% | - |
| XYZ | 44.87 | 31.5 | 52.43 | - |
| YUV | 155.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 190 | 0 | 0.47 | 0.13 | 0.14 | 317.06 | 0.59 | 0.66 |
| Hex | DB | 75 | BE | 0 | 2F | D | E | 13D | 3B | 42 |
| Octal | 333 | 165 | 276 | 0 | 57 | 15 | 16 | 475 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10111110 | 0 | 101111 | 1101 | 1110 | 100111101 | 111011 | 1000010 |
Color Harmonies of #DB75BE
Complementary color
Monochromatic Colors of #DB75BE
Black with #DB75BE
Text Example
Text Example
White with #DB75BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75BE; }
p { color: rgb(219,117,190); }
H1.HeaderClassName
{
color: #DB75BE;
}
.AnyTagClassName
{
color: #DB75BE;
}
</style>
background-color css
<style>
a { background-color: #DB75BE; }
a { background-color: rgb(219,117,190); }
div.DivClassName
{
background-color: #DB75BE;
}
.BgClassName
{
background-color: #DB75BE;
}
</style>
border-color css
<style>
span { border-color: #DB75BE; }
span { border-color: rgb(219,117,190); }
td.TdClassName
{
border-color: #DB75BE;
}
.TagClassName
{
border-color: #DB75BE;
}
</style>