Shades of Orchid #DB77CF
Tints of Orchid #DB77CF
RGB
CMYK
RGB Variations
Color information
#DB77CF (or 0xDB77CF) is known color: Orchid. HEX triplet: DB, 77 and CF. RGB value is (219,119,207). Sum of RGB (Red+Green+Blue) = 219+119+207=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77CF is #248830. Grayscale: #9E9E9E. Windows color (decimal): -2394161 or 13596635. OLE color: 13596635.
HSL color Cylindrical-coordinate representation of color #DB77CF: hue angle of 307.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB77CF is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 207 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.14 |
| HSL | 307.2º | 0.58% | 0.66% | - |
| HSV(B) | 307.2º | 0.46% | 0.86% | - |
| XYZ | 47.07 | 32.76 | 62.87 | - |
| YUV | 158.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 207 | 0 | 0.46 | 0.05 | 0.14 | 307.2 | 0.58 | 0.66 |
| Hex | DB | 77 | CF | 0 | 2E | 5 | E | 133 | 3A | 42 |
| Octal | 333 | 167 | 317 | 0 | 56 | 5 | 16 | 463 | 72 | 102 |
| Binary | 11011011 | 1110111 | 11001111 | 0 | 101110 | 101 | 1110 | 100110011 | 111010 | 1000010 |
Color Harmonies of #DB77CF
Complementary color
Monochromatic Colors of #DB77CF
Black with #DB77CF
Text Example
Text Example
White with #DB77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77CF; }
p { color: rgb(219,119,207); }
H1.HeaderClassName
{
color: #DB77CF;
}
.AnyTagClassName
{
color: #DB77CF;
}
</style>
background-color css
<style>
a { background-color: #DB77CF; }
a { background-color: rgb(219,119,207); }
div.DivClassName
{
background-color: #DB77CF;
}
.BgClassName
{
background-color: #DB77CF;
}
</style>
border-color css
<style>
span { border-color: #DB77CF; }
span { border-color: rgb(219,119,207); }
td.TdClassName
{
border-color: #DB77CF;
}
.TagClassName
{
border-color: #DB77CF;
}
</style>