Shades of Orchid #DB77CC
Tints of Orchid #DB77CC
RGB
CMYK
RGB Variations
Color information
#DB77CC (or 0xDB77CC) is known color: Orchid. HEX triplet: DB, 77 and CC. RGB value is (219,119,204). Sum of RGB (Red+Green+Blue) = 219+119+204=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77CC is #248833. Grayscale: #9E9E9E. Windows color (decimal): -2394164 or 13400027. OLE color: 13400027.
HSL color Cylindrical-coordinate representation of color #DB77CC: hue angle of 309º 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 #DB77CC is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 204 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.14 |
| HSL | 309º | 0.58% | 0.66% | - |
| HSV(B) | 309º | 0.46% | 0.86% | - |
| XYZ | 46.71 | 32.61 | 60.96 | - |
| YUV | 158.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 204 | 0 | 0.46 | 0.07 | 0.14 | 309 | 0.58 | 0.66 |
| Hex | DB | 77 | CC | 0 | 2E | 7 | E | 135 | 3A | 42 |
| Octal | 333 | 167 | 314 | 0 | 56 | 7 | 16 | 465 | 72 | 102 |
| Binary | 11011011 | 1110111 | 11001100 | 0 | 101110 | 111 | 1110 | 100110101 | 111010 | 1000010 |
Color Harmonies of #DB77CC
Complementary color
Monochromatic Colors of #DB77CC
Black with #DB77CC
Text Example
Text Example
White with #DB77CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77CC; }
p { color: rgb(219,119,204); }
H1.HeaderClassName
{
color: #DB77CC;
}
.AnyTagClassName
{
color: #DB77CC;
}
</style>
background-color css
<style>
a { background-color: #DB77CC; }
a { background-color: rgb(219,119,204); }
div.DivClassName
{
background-color: #DB77CC;
}
.BgClassName
{
background-color: #DB77CC;
}
</style>
border-color css
<style>
span { border-color: #DB77CC; }
span { border-color: rgb(219,119,204); }
td.TdClassName
{
border-color: #DB77CC;
}
.TagClassName
{
border-color: #DB77CC;
}
</style>