Shades of Orchid #DA73DC
Tints of Orchid #DA73DC
RGB
CMYK
RGB Variations
Color information
#DA73DC (or 0xDA73DC) is known color: Orchid. HEX triplet: DA, 73 and DC. RGB value is (218,115,220). Sum of RGB (Red+Green+Blue) = 218+115+220=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73DC is #258C23. Grayscale: #9D9D9D. Windows color (decimal): -2460708 or 14447578. OLE color: 14447578.
HSL color Cylindrical-coordinate representation of color #DA73DC: hue angle of 298.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA73DC is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 115 | 220 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.14 |
| HSL | 298.86º | 0.6% | 0.66% | - |
| HSV(B) | 298.86º | 0.48% | 0.86% | - |
| XYZ | 47.96 | 32.33 | 71.42 | - |
| YUV | 157.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 220 | 0.01 | 0.48 | 0 | 0.14 | 298.86 | 0.6 | 0.66 |
| Hex | DA | 73 | DC | 1 | 30 | 0 | E | 12B | 3C | 42 |
| Octal | 332 | 163 | 334 | 1 | 60 | 0 | 16 | 453 | 74 | 102 |
| Binary | 11011010 | 1110011 | 11011100 | 1 | 110000 | 0 | 1110 | 100101011 | 111100 | 1000010 |
Color Harmonies of #DA73DC
Complementary color
Monochromatic Colors of #DA73DC
Black with #DA73DC
Text Example
Text Example
White with #DA73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73DC; }
p { color: rgb(218,115,220); }
H1.HeaderClassName
{
color: #DA73DC;
}
.AnyTagClassName
{
color: #DA73DC;
}
</style>
background-color css
<style>
a { background-color: #DA73DC; }
a { background-color: rgb(218,115,220); }
div.DivClassName
{
background-color: #DA73DC;
}
.BgClassName
{
background-color: #DA73DC;
}
</style>
border-color css
<style>
span { border-color: #DA73DC; }
span { border-color: rgb(218,115,220); }
td.TdClassName
{
border-color: #DA73DC;
}
.TagClassName
{
border-color: #DA73DC;
}
</style>