Shades of Orchid #DA73E5
Tints of Orchid #DA73E5
RGB
CMYK
RGB Variations
Color information
#DA73E5 (or 0xDA73E5) is known color: Orchid. HEX triplet: DA, 73 and E5. RGB value is (218,115,229). Sum of RGB (Red+Green+Blue) = 218+115+229=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA73E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73E5 is #258C1A. Grayscale: #9E9E9E. Windows color (decimal): -2460699 or 15037402. OLE color: 15037402.
HSL color Cylindrical-coordinate representation of color #DA73E5: hue angle of 294.21º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA73E5 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 115 | 229 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.10 |
| HSL | 294.21º | 0.69% | 0.67% | - |
| HSV(B) | 294.21º | 0.5% | 0.9% | - |
| XYZ | 49.19 | 32.82 | 77.87 | - |
| YUV | 158.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 229 | 0.05 | 0.50 | 0 | 0.10 | 294.21 | 0.69 | 0.67 |
| Hex | DA | 73 | E5 | 5 | 32 | 0 | A | 126 | 45 | 43 |
| Octal | 332 | 163 | 345 | 5 | 62 | 0 | 12 | 446 | 105 | 103 |
| Binary | 11011010 | 1110011 | 11100101 | 101 | 110010 | 0 | 1010 | 100100110 | 1000101 | 1000011 |
Color Harmonies of #DA73E5
Complementary color
Monochromatic Colors of #DA73E5
Black with #DA73E5
Text Example
Text Example
White with #DA73E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73E5; }
p { color: rgb(218,115,229); }
H1.HeaderClassName
{
color: #DA73E5;
}
.AnyTagClassName
{
color: #DA73E5;
}
</style>
background-color css
<style>
a { background-color: #DA73E5; }
a { background-color: rgb(218,115,229); }
div.DivClassName
{
background-color: #DA73E5;
}
.BgClassName
{
background-color: #DA73E5;
}
</style>
border-color css
<style>
span { border-color: #DA73E5; }
span { border-color: rgb(218,115,229); }
td.TdClassName
{
border-color: #DA73E5;
}
.TagClassName
{
border-color: #DA73E5;
}
</style>