Shades of Orchid #DC73DF
Tints of Orchid #DC73DF
RGB
CMYK
RGB Variations
Color information
#DC73DF (or 0xDC73DF) is known color: Orchid. HEX triplet: DC, 73 and DF. RGB value is (220,115,223). Sum of RGB (Red+Green+Blue) = 220+115+223=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC73DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73DF is #238C20. Grayscale: #9E9E9E. Windows color (decimal): -2329633 or 14644188. OLE color: 14644188.
HSL color Cylindrical-coordinate representation of color #DC73DF: hue angle of 298.33º 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 #DC73DF is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 115 | 223 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.13 |
| HSL | 298.33º | 0.63% | 0.66% | - |
| HSV(B) | 298.33º | 0.48% | 0.87% | - |
| XYZ | 48.97 | 32.8 | 73.56 | - |
| YUV | 158.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 223 | 0.01 | 0.48 | 0 | 0.13 | 298.33 | 0.63 | 0.66 |
| Hex | DC | 73 | DF | 1 | 30 | 0 | D | 12A | 3F | 42 |
| Octal | 334 | 163 | 337 | 1 | 60 | 0 | 15 | 452 | 77 | 102 |
| Binary | 11011100 | 1110011 | 11011111 | 1 | 110000 | 0 | 1101 | 100101010 | 111111 | 1000010 |
Color Harmonies of #DC73DF
Complementary color
Monochromatic Colors of #DC73DF
Black with #DC73DF
Text Example
Text Example
White with #DC73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73DF; }
p { color: rgb(220,115,223); }
H1.HeaderClassName
{
color: #DC73DF;
}
.AnyTagClassName
{
color: #DC73DF;
}
</style>
background-color css
<style>
a { background-color: #DC73DF; }
a { background-color: rgb(220,115,223); }
div.DivClassName
{
background-color: #DC73DF;
}
.BgClassName
{
background-color: #DC73DF;
}
</style>
border-color css
<style>
span { border-color: #DC73DF; }
span { border-color: rgb(220,115,223); }
td.TdClassName
{
border-color: #DC73DF;
}
.TagClassName
{
border-color: #DC73DF;
}
</style>