Shades of Orchid #DA73DF
Tints of Orchid #DA73DF
RGB
CMYK
RGB Variations
Color information
#DA73DF (or 0xDA73DF) is known color: Orchid. HEX triplet: DA, 73 and DF. RGB value is (218,115,223). Sum of RGB (Red+Green+Blue) = 218+115+223=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA73DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73DF is #258C20. Grayscale: #9D9D9D. Windows color (decimal): -2460705 or 14644186. OLE color: 14644186.
HSL color Cylindrical-coordinate representation of color #DA73DF: hue angle of 297.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA73DF is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 115 | 223 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.13 |
| HSL | 297.22º | 0.63% | 0.66% | - |
| HSV(B) | 297.22º | 0.48% | 0.87% | - |
| XYZ | 48.36 | 32.49 | 73.54 | - |
| YUV | 158.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 223 | 0.02 | 0.48 | 0 | 0.13 | 297.22 | 0.63 | 0.66 |
| Hex | DA | 73 | DF | 2 | 30 | 0 | D | 129 | 3F | 42 |
| Octal | 332 | 163 | 337 | 2 | 60 | 0 | 15 | 451 | 77 | 102 |
| Binary | 11011010 | 1110011 | 11011111 | 10 | 110000 | 0 | 1101 | 100101001 | 111111 | 1000010 |
Color Harmonies of #DA73DF
Complementary color
Monochromatic Colors of #DA73DF
Black with #DA73DF
Text Example
Text Example
White with #DA73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73DF; }
p { color: rgb(218,115,223); }
H1.HeaderClassName
{
color: #DA73DF;
}
.AnyTagClassName
{
color: #DA73DF;
}
</style>
background-color css
<style>
a { background-color: #DA73DF; }
a { background-color: rgb(218,115,223); }
div.DivClassName
{
background-color: #DA73DF;
}
.BgClassName
{
background-color: #DA73DF;
}
</style>
border-color css
<style>
span { border-color: #DA73DF; }
span { border-color: rgb(218,115,223); }
td.TdClassName
{
border-color: #DA73DF;
}
.TagClassName
{
border-color: #DA73DF;
}
</style>