Shades of Orchid #DA73BF
Tints of Orchid #DA73BF
RGB
CMYK
RGB Variations
Color information
#DA73BF (or 0xDA73BF) is known color: Orchid. HEX triplet: DA, 73 and BF. RGB value is (218,115,191). Sum of RGB (Red+Green+Blue) = 218+115+191=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73BF is #258C40. Grayscale: #9A9A9A. Windows color (decimal): -2460737 or 12547034. OLE color: 12547034.
HSL color Cylindrical-coordinate representation of color #DA73BF: hue angle of 315.73º 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 #DA73BF is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 191 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.15 |
| HSL | 315.73º | 0.58% | 0.65% | - |
| HSV(B) | 315.73º | 0.47% | 0.85% | - |
| XYZ | 44.45 | 30.93 | 52.92 | - |
| YUV | 154.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 191 | 0 | 0.47 | 0.12 | 0.15 | 315.73 | 0.58 | 0.65 |
| Hex | DA | 73 | BF | 0 | 2F | C | F | 13C | 3A | 41 |
| Octal | 332 | 163 | 277 | 0 | 57 | 14 | 17 | 474 | 72 | 101 |
| Binary | 11011010 | 1110011 | 10111111 | 0 | 101111 | 1100 | 1111 | 100111100 | 111010 | 1000001 |
Color Harmonies of #DA73BF
Complementary color
Monochromatic Colors of #DA73BF
Black with #DA73BF
Text Example
Text Example
White with #DA73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73BF; }
p { color: rgb(218,115,191); }
H1.HeaderClassName
{
color: #DA73BF;
}
.AnyTagClassName
{
color: #DA73BF;
}
</style>
background-color css
<style>
a { background-color: #DA73BF; }
a { background-color: rgb(218,115,191); }
div.DivClassName
{
background-color: #DA73BF;
}
.BgClassName
{
background-color: #DA73BF;
}
</style>
border-color css
<style>
span { border-color: #DA73BF; }
span { border-color: rgb(218,115,191); }
td.TdClassName
{
border-color: #DA73BF;
}
.TagClassName
{
border-color: #DA73BF;
}
</style>