Shades of Orchid #DB77C3
Tints of Orchid #DB77C3
RGB
CMYK
RGB Variations
Color information
#DB77C3 (or 0xDB77C3) is known color: Orchid. HEX triplet: DB, 77 and C3. RGB value is (219,119,195). Sum of RGB (Red+Green+Blue) = 219+119+195=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77C3 is #24883C. Grayscale: #9D9D9D. Windows color (decimal): -2394173 or 12810203. OLE color: 12810203.
HSL color Cylindrical-coordinate representation of color #DB77C3: hue angle of 314.4º 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 #DB77C3 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 195 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.14 |
| HSL | 314.4º | 0.58% | 0.66% | - |
| HSV(B) | 314.4º | 0.46% | 0.86% | - |
| XYZ | 45.66 | 32.19 | 55.44 | - |
| YUV | 157.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 195 | 0 | 0.46 | 0.11 | 0.14 | 314.4 | 0.58 | 0.66 |
| Hex | DB | 77 | C3 | 0 | 2E | B | E | 13A | 3A | 42 |
| Octal | 333 | 167 | 303 | 0 | 56 | 13 | 16 | 472 | 72 | 102 |
| Binary | 11011011 | 1110111 | 11000011 | 0 | 101110 | 1011 | 1110 | 100111010 | 111010 | 1000010 |
Color Harmonies of #DB77C3
Complementary color
Monochromatic Colors of #DB77C3
Black with #DB77C3
Text Example
Text Example
White with #DB77C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77C3; }
p { color: rgb(219,119,195); }
H1.HeaderClassName
{
color: #DB77C3;
}
.AnyTagClassName
{
color: #DB77C3;
}
</style>
background-color css
<style>
a { background-color: #DB77C3; }
a { background-color: rgb(219,119,195); }
div.DivClassName
{
background-color: #DB77C3;
}
.BgClassName
{
background-color: #DB77C3;
}
</style>
border-color css
<style>
span { border-color: #DB77C3; }
span { border-color: rgb(219,119,195); }
td.TdClassName
{
border-color: #DB77C3;
}
.TagClassName
{
border-color: #DB77C3;
}
</style>