Shades of Orchid #DA73E9
Tints of Orchid #DA73E9
RGB
CMYK
RGB Variations
Color information
#DA73E9 (or 0xDA73E9) is known color: Orchid. HEX triplet: DA, 73 and E9. RGB value is (218,115,233). Sum of RGB (Red+Green+Blue) = 218+115+233=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #DA73E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA73E9 is #258C16. Grayscale: #9E9E9E. Windows color (decimal): -2460695 or 15299546. OLE color: 15299546.
HSL color Cylindrical-coordinate representation of color #DA73E9: hue angle of 292.37º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA73E9 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 115 | 233 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.09 |
| HSL | 292.37º | 0.73% | 0.68% | - |
| HSV(B) | 292.37º | 0.51% | 0.91% | - |
| XYZ | 49.75 | 33.05 | 80.85 | - |
| YUV | 159.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 233 | 0.06 | 0.51 | 0 | 0.09 | 292.37 | 0.73 | 0.68 |
| Hex | DA | 73 | E9 | 6 | 33 | 0 | 9 | 124 | 49 | 44 |
| Octal | 332 | 163 | 351 | 6 | 63 | 0 | 11 | 444 | 111 | 104 |
| Binary | 11011010 | 1110011 | 11101001 | 110 | 110011 | 0 | 1001 | 100100100 | 1001001 | 1000100 |
Color Harmonies of #DA73E9
Complementary color
Monochromatic Colors of #DA73E9
Black with #DA73E9
Text Example
Text Example
White with #DA73E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73E9; }
p { color: rgb(218,115,233); }
H1.HeaderClassName
{
color: #DA73E9;
}
.AnyTagClassName
{
color: #DA73E9;
}
</style>
background-color css
<style>
a { background-color: #DA73E9; }
a { background-color: rgb(218,115,233); }
div.DivClassName
{
background-color: #DA73E9;
}
.BgClassName
{
background-color: #DA73E9;
}
</style>
border-color css
<style>
span { border-color: #DA73E9; }
span { border-color: rgb(218,115,233); }
td.TdClassName
{
border-color: #DA73E9;
}
.TagClassName
{
border-color: #DA73E9;
}
</style>