Shades of Orchid #DA76E5
Tints of Orchid #DA76E5
RGB
CMYK
RGB Variations
Color information
#DA76E5 (or 0xDA76E5) is known color: Orchid. HEX triplet: DA, 76 and E5. RGB value is (218,118,229). Sum of RGB (Red+Green+Blue) = 218+118+229=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA76E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76E5 is #25891A. Grayscale: #A0A0A0. Windows color (decimal): -2459931 or 15038170. OLE color: 15038170.
HSL color Cylindrical-coordinate representation of color #DA76E5: hue angle of 294.05º 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 #DA76E5 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 118 | 229 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.10 |
| HSL | 294.05º | 0.68% | 0.68% | - |
| HSV(B) | 294.05º | 0.48% | 0.9% | - |
| XYZ | 49.53 | 33.52 | 77.99 | - |
| YUV | 160.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 229 | 0.05 | 0.48 | 0 | 0.10 | 294.05 | 0.68 | 0.68 |
| Hex | DA | 76 | E5 | 5 | 30 | 0 | A | 126 | 44 | 44 |
| Octal | 332 | 166 | 345 | 5 | 60 | 0 | 12 | 446 | 104 | 104 |
| Binary | 11011010 | 1110110 | 11100101 | 101 | 110000 | 0 | 1010 | 100100110 | 1000100 | 1000100 |
Color Harmonies of #DA76E5
Complementary color
Monochromatic Colors of #DA76E5
Black with #DA76E5
Text Example
Text Example
White with #DA76E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76E5; }
p { color: rgb(218,118,229); }
H1.HeaderClassName
{
color: #DA76E5;
}
.AnyTagClassName
{
color: #DA76E5;
}
</style>
background-color css
<style>
a { background-color: #DA76E5; }
a { background-color: rgb(218,118,229); }
div.DivClassName
{
background-color: #DA76E5;
}
.BgClassName
{
background-color: #DA76E5;
}
</style>
border-color css
<style>
span { border-color: #DA76E5; }
span { border-color: rgb(218,118,229); }
td.TdClassName
{
border-color: #DA76E5;
}
.TagClassName
{
border-color: #DA76E5;
}
</style>