Shades of Orchid #DB77DF
Tints of Orchid #DB77DF
RGB
CMYK
RGB Variations
Color information
#DB77DF (or 0xDB77DF) is known color: Orchid. HEX triplet: DB, 77 and DF. RGB value is (219,119,223). Sum of RGB (Red+Green+Blue) = 219+119+223=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77DF is #248820. Grayscale: #A0A0A0. Windows color (decimal): -2394145 or 14645211. OLE color: 14645211.
HSL color Cylindrical-coordinate representation of color #DB77DF: hue angle of 297.69º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB77DF is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 119 | 223 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.13 |
| HSL | 297.69º | 0.62% | 0.67% | - |
| HSV(B) | 297.69º | 0.47% | 0.87% | - |
| XYZ | 49.13 | 33.58 | 73.7 | - |
| YUV | 160.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 223 | 0.02 | 0.47 | 0 | 0.13 | 297.69 | 0.62 | 0.67 |
| Hex | DB | 77 | DF | 2 | 2F | 0 | D | 12A | 3E | 43 |
| Octal | 333 | 167 | 337 | 2 | 57 | 0 | 15 | 452 | 76 | 103 |
| Binary | 11011011 | 1110111 | 11011111 | 10 | 101111 | 0 | 1101 | 100101010 | 111110 | 1000011 |
Color Harmonies of #DB77DF
Complementary color
Monochromatic Colors of #DB77DF
Black with #DB77DF
Text Example
Text Example
White with #DB77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77DF; }
p { color: rgb(219,119,223); }
H1.HeaderClassName
{
color: #DB77DF;
}
.AnyTagClassName
{
color: #DB77DF;
}
</style>
background-color css
<style>
a { background-color: #DB77DF; }
a { background-color: rgb(219,119,223); }
div.DivClassName
{
background-color: #DB77DF;
}
.BgClassName
{
background-color: #DB77DF;
}
</style>
border-color css
<style>
span { border-color: #DB77DF; }
span { border-color: rgb(219,119,223); }
td.TdClassName
{
border-color: #DB77DF;
}
.TagClassName
{
border-color: #DB77DF;
}
</style>