Shades of Orchid #DA77DB
Tints of Orchid #DA77DB
RGB
CMYK
RGB Variations
Color information
#DA77DB (or 0xDA77DB) is known color: Orchid. HEX triplet: DA, 77 and DB. RGB value is (218,119,219). Sum of RGB (Red+Green+Blue) = 218+119+219=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77DB is #258824. Grayscale: #9F9F9F. Windows color (decimal): -2459685 or 14383066. OLE color: 14383066.
HSL color Cylindrical-coordinate representation of color #DA77DB: hue angle of 299.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 #DA77DB is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 119 | 219 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.14 |
| HSL | 299.4º | 0.58% | 0.66% | - |
| HSV(B) | 299.4º | 0.46% | 0.86% | - |
| XYZ | 48.3 | 33.21 | 70.88 | - |
| YUV | 160 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 219 | 0.00 | 0.46 | 0 | 0.14 | 299.4 | 0.58 | 0.66 |
| Hex | DA | 77 | DB | 0 | 2E | 0 | E | 12B | 3A | 42 |
| Octal | 332 | 167 | 333 | 0 | 56 | 0 | 16 | 453 | 72 | 102 |
| Binary | 11011010 | 1110111 | 11011011 | 0 | 101110 | 0 | 1110 | 100101011 | 111010 | 1000010 |
Color Harmonies of #DA77DB
Complementary color
Monochromatic Colors of #DA77DB
Black with #DA77DB
Text Example
Text Example
White with #DA77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77DB; }
p { color: rgb(218,119,219); }
H1.HeaderClassName
{
color: #DA77DB;
}
.AnyTagClassName
{
color: #DA77DB;
}
</style>
background-color css
<style>
a { background-color: #DA77DB; }
a { background-color: rgb(218,119,219); }
div.DivClassName
{
background-color: #DA77DB;
}
.BgClassName
{
background-color: #DA77DB;
}
</style>
border-color css
<style>
span { border-color: #DA77DB; }
span { border-color: rgb(218,119,219); }
td.TdClassName
{
border-color: #DA77DB;
}
.TagClassName
{
border-color: #DA77DB;
}
</style>