Shades of Orchid #DC73C6
Tints of Orchid #DC73C6
RGB
CMYK
RGB Variations
Color information
#DC73C6 (or 0xDC73C6) is known color: Orchid. HEX triplet: DC, 73 and C6. RGB value is (220,115,198). Sum of RGB (Red+Green+Blue) = 220+115+198=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73C6 is #238C39. Grayscale: #9B9B9B. Windows color (decimal): -2329658 or 13005788. OLE color: 13005788.
HSL color Cylindrical-coordinate representation of color #DC73C6: hue angle of 312.57º 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 #DC73C6 is Cyan = 0, Magento = 0.48, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 198 | - |
| CMYK | 0 | 0.48 | 0.1 | 0.14 |
| HSL | 312.57º | 0.6% | 0.66% | - |
| HSV(B) | 312.57º | 0.48% | 0.86% | - |
| XYZ | 45.84 | 31.55 | 57.1 | - |
| YUV | 155.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 198 | 0 | 0.48 | 0.1 | 0.14 | 312.57 | 0.6 | 0.66 |
| Hex | DC | 73 | C6 | 0 | 30 | A | E | 139 | 3C | 42 |
| Octal | 334 | 163 | 306 | 0 | 60 | 12 | 16 | 471 | 74 | 102 |
| Binary | 11011100 | 1110011 | 11000110 | 0 | 110000 | 1010 | 1110 | 100111001 | 111100 | 1000010 |
Color Harmonies of #DC73C6
Complementary color
Monochromatic Colors of #DC73C6
Black with #DC73C6
Text Example
Text Example
White with #DC73C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73C6; }
p { color: rgb(220,115,198); }
H1.HeaderClassName
{
color: #DC73C6;
}
.AnyTagClassName
{
color: #DC73C6;
}
</style>
background-color css
<style>
a { background-color: #DC73C6; }
a { background-color: rgb(220,115,198); }
div.DivClassName
{
background-color: #DC73C6;
}
.BgClassName
{
background-color: #DC73C6;
}
</style>
border-color css
<style>
span { border-color: #DC73C6; }
span { border-color: rgb(220,115,198); }
td.TdClassName
{
border-color: #DC73C6;
}
.TagClassName
{
border-color: #DC73C6;
}
</style>