Shades of Orchid #DC73D1
Tints of Orchid #DC73D1
RGB
CMYK
RGB Variations
Color information
#DC73D1 (or 0xDC73D1) is known color: Orchid. HEX triplet: DC, 73 and D1. RGB value is (220,115,209). Sum of RGB (Red+Green+Blue) = 220+115+209=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73D1 is #238C2E. Grayscale: #9C9C9C. Windows color (decimal): -2329647 or 13726684. OLE color: 13726684.
HSL color Cylindrical-coordinate representation of color #DC73D1: hue angle of 306.29º 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 #DC73D1 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 209 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.14 |
| HSL | 306.29º | 0.6% | 0.66% | - |
| HSV(B) | 306.29º | 0.48% | 0.86% | - |
| XYZ | 47.15 | 32.08 | 64.03 | - |
| YUV | 157.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 209 | 0 | 0.48 | 0.05 | 0.14 | 306.29 | 0.6 | 0.66 |
| Hex | DC | 73 | D1 | 0 | 30 | 5 | E | 132 | 3C | 42 |
| Octal | 334 | 163 | 321 | 0 | 60 | 5 | 16 | 462 | 74 | 102 |
| Binary | 11011100 | 1110011 | 11010001 | 0 | 110000 | 101 | 1110 | 100110010 | 111100 | 1000010 |
Color Harmonies of #DC73D1
Complementary color
Monochromatic Colors of #DC73D1
Black with #DC73D1
Text Example
Text Example
White with #DC73D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73D1; }
p { color: rgb(220,115,209); }
H1.HeaderClassName
{
color: #DC73D1;
}
.AnyTagClassName
{
color: #DC73D1;
}
</style>
background-color css
<style>
a { background-color: #DC73D1; }
a { background-color: rgb(220,115,209); }
div.DivClassName
{
background-color: #DC73D1;
}
.BgClassName
{
background-color: #DC73D1;
}
</style>
border-color css
<style>
span { border-color: #DC73D1; }
span { border-color: rgb(220,115,209); }
td.TdClassName
{
border-color: #DC73D1;
}
.TagClassName
{
border-color: #DC73D1;
}
</style>