Shades of Orchid #DA73DA
Tints of Orchid #DA73DA
RGB
CMYK
RGB Variations
Color information
#DA73DA (or 0xDA73DA) is known color: Orchid. HEX triplet: DA, 73 and DA. RGB value is (218,115,218). Sum of RGB (Red+Green+Blue) = 218+115+218=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73DA is #258C25. Grayscale: #9D9D9D. Windows color (decimal): -2460710 or 14316506. OLE color: 14316506.
HSL color Cylindrical-coordinate representation of color #DA73DA: hue angle of 300º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA73DA is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 218 | - |
| CMYK | 0 | 0.47 | 0 | 0.15 |
| HSL | 300º | 0.58% | 0.65% | - |
| HSV(B) | 300º | 0.47% | 0.85% | - |
| XYZ | 47.7 | 32.23 | 70.04 | - |
| YUV | 157.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 218 | 0 | 0.47 | 0 | 0.15 | 300 | 0.58 | 0.65 |
| Hex | DA | 73 | DA | 0 | 2F | 0 | F | 12C | 3A | 41 |
| Octal | 332 | 163 | 332 | 0 | 57 | 0 | 17 | 454 | 72 | 101 |
| Binary | 11011010 | 1110011 | 11011010 | 0 | 101111 | 0 | 1111 | 100101100 | 111010 | 1000001 |
Color Harmonies of #DA73DA
Complementary color
Monochromatic Colors of #DA73DA
Black with #DA73DA
Text Example
Text Example
White with #DA73DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73DA; }
p { color: rgb(218,115,218); }
H1.HeaderClassName
{
color: #DA73DA;
}
.AnyTagClassName
{
color: #DA73DA;
}
</style>
background-color css
<style>
a { background-color: #DA73DA; }
a { background-color: rgb(218,115,218); }
div.DivClassName
{
background-color: #DA73DA;
}
.BgClassName
{
background-color: #DA73DA;
}
</style>
border-color css
<style>
span { border-color: #DA73DA; }
span { border-color: rgb(218,115,218); }
td.TdClassName
{
border-color: #DA73DA;
}
.TagClassName
{
border-color: #DA73DA;
}
</style>