Shades of Orchid #DA73BD
Tints of Orchid #DA73BD
RGB
CMYK
RGB Variations
Color information
#DA73BD (or 0xDA73BD) is known color: Orchid. HEX triplet: DA, 73 and BD. RGB value is (218,115,189). Sum of RGB (Red+Green+Blue) = 218+115+189=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73BD is #258C42. Grayscale: #9A9A9A. Windows color (decimal): -2460739 or 12415962. OLE color: 12415962.
HSL color Cylindrical-coordinate representation of color #DA73BD: hue angle of 316.89º 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 #DA73BD is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 189 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.15 |
| HSL | 316.89º | 0.58% | 0.65% | - |
| HSV(B) | 316.89º | 0.47% | 0.85% | - |
| XYZ | 44.23 | 30.84 | 51.77 | - |
| YUV | 154.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 189 | 0 | 0.47 | 0.13 | 0.15 | 316.89 | 0.58 | 0.65 |
| Hex | DA | 73 | BD | 0 | 2F | D | F | 13D | 3A | 41 |
| Octal | 332 | 163 | 275 | 0 | 57 | 15 | 17 | 475 | 72 | 101 |
| Binary | 11011010 | 1110011 | 10111101 | 0 | 101111 | 1101 | 1111 | 100111101 | 111010 | 1000001 |
Color Harmonies of #DA73BD
Complementary color
Monochromatic Colors of #DA73BD
Black with #DA73BD
Text Example
Text Example
White with #DA73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73BD; }
p { color: rgb(218,115,189); }
H1.HeaderClassName
{
color: #DA73BD;
}
.AnyTagClassName
{
color: #DA73BD;
}
</style>
background-color css
<style>
a { background-color: #DA73BD; }
a { background-color: rgb(218,115,189); }
div.DivClassName
{
background-color: #DA73BD;
}
.BgClassName
{
background-color: #DA73BD;
}
</style>
border-color css
<style>
span { border-color: #DA73BD; }
span { border-color: rgb(218,115,189); }
td.TdClassName
{
border-color: #DA73BD;
}
.TagClassName
{
border-color: #DA73BD;
}
</style>