Shades of Orchid #DC73DE
Tints of Orchid #DC73DE
RGB
CMYK
RGB Variations
Color information
#DC73DE (or 0xDC73DE) is known color: Orchid. HEX triplet: DC, 73 and DE. RGB value is (220,115,222). Sum of RGB (Red+Green+Blue) = 220+115+222=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC73DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73DE is #238C21. Grayscale: #9E9E9E. Windows color (decimal): -2329634 or 14578652. OLE color: 14578652.
HSL color Cylindrical-coordinate representation of color #DC73DE: hue angle of 298.88º degrees, saturation: 0.62, 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 #DC73DE is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 115 | 222 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.13 |
| HSL | 298.88º | 0.62% | 0.66% | - |
| HSV(B) | 298.88º | 0.48% | 0.87% | - |
| XYZ | 48.83 | 32.75 | 72.86 | - |
| YUV | 158.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 222 | 0.01 | 0.48 | 0 | 0.13 | 298.88 | 0.62 | 0.66 |
| Hex | DC | 73 | DE | 1 | 30 | 0 | D | 12B | 3E | 42 |
| Octal | 334 | 163 | 336 | 1 | 60 | 0 | 15 | 453 | 76 | 102 |
| Binary | 11011100 | 1110011 | 11011110 | 1 | 110000 | 0 | 1101 | 100101011 | 111110 | 1000010 |
Color Harmonies of #DC73DE
Complementary color
Monochromatic Colors of #DC73DE
Black with #DC73DE
Text Example
Text Example
White with #DC73DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73DE; }
p { color: rgb(220,115,222); }
H1.HeaderClassName
{
color: #DC73DE;
}
.AnyTagClassName
{
color: #DC73DE;
}
</style>
background-color css
<style>
a { background-color: #DC73DE; }
a { background-color: rgb(220,115,222); }
div.DivClassName
{
background-color: #DC73DE;
}
.BgClassName
{
background-color: #DC73DE;
}
</style>
border-color css
<style>
span { border-color: #DC73DE; }
span { border-color: rgb(220,115,222); }
td.TdClassName
{
border-color: #DC73DE;
}
.TagClassName
{
border-color: #DC73DE;
}
</style>