Shades of Orchid #DA77E5
Tints of Orchid #DA77E5
RGB
CMYK
RGB Variations
Color information
#DA77E5 (or 0xDA77E5) is known color: Orchid. HEX triplet: DA, 77 and E5. RGB value is (218,119,229). Sum of RGB (Red+Green+Blue) = 218+119+229=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA77E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77E5 is #25881A. Grayscale: #A0A0A0. Windows color (decimal): -2459675 or 15038426. OLE color: 15038426.
HSL color Cylindrical-coordinate representation of color #DA77E5: hue angle of 294º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA77E5 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 119 | 229 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.10 |
| HSL | 294º | 0.68% | 0.68% | - |
| HSV(B) | 294º | 0.48% | 0.9% | - |
| XYZ | 49.65 | 33.76 | 78.03 | - |
| YUV | 161.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 229 | 0.05 | 0.48 | 0 | 0.10 | 294 | 0.68 | 0.68 |
| Hex | DA | 77 | E5 | 5 | 30 | 0 | A | 126 | 44 | 44 |
| Octal | 332 | 167 | 345 | 5 | 60 | 0 | 12 | 446 | 104 | 104 |
| Binary | 11011010 | 1110111 | 11100101 | 101 | 110000 | 0 | 1010 | 100100110 | 1000100 | 1000100 |
Color Harmonies of #DA77E5
Complementary color
Monochromatic Colors of #DA77E5
Black with #DA77E5
Text Example
Text Example
White with #DA77E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77E5; }
p { color: rgb(218,119,229); }
H1.HeaderClassName
{
color: #DA77E5;
}
.AnyTagClassName
{
color: #DA77E5;
}
</style>
background-color css
<style>
a { background-color: #DA77E5; }
a { background-color: rgb(218,119,229); }
div.DivClassName
{
background-color: #DA77E5;
}
.BgClassName
{
background-color: #DA77E5;
}
</style>
border-color css
<style>
span { border-color: #DA77E5; }
span { border-color: rgb(218,119,229); }
td.TdClassName
{
border-color: #DA77E5;
}
.TagClassName
{
border-color: #DA77E5;
}
</style>