Shades of Orchid #DC73E6
Tints of Orchid #DC73E6
RGB
CMYK
RGB Variations
Color information
#DC73E6 (or 0xDC73E6) is known color: Orchid. HEX triplet: DC, 73 and E6. RGB value is (220,115,230). Sum of RGB (Red+Green+Blue) = 220+115+230=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC73E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC73E6 is #238C19. Grayscale: #9F9F9F. Windows color (decimal): -2329626 or 15102940. OLE color: 15102940.
HSL color Cylindrical-coordinate representation of color #DC73E6: hue angle of 294.78º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC73E6 is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 115 | 230 | - |
| CMYK | 0.04 | 0.5 | 0 | 0.10 |
| HSL | 294.78º | 0.7% | 0.68% | - |
| HSV(B) | 294.78º | 0.5% | 0.9% | - |
| XYZ | 49.93 | 33.19 | 78.64 | - |
| YUV | 159.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 230 | 0.04 | 0.5 | 0 | 0.10 | 294.78 | 0.7 | 0.68 |
| Hex | DC | 73 | E6 | 4 | 32 | 0 | A | 127 | 46 | 44 |
| Octal | 334 | 163 | 346 | 4 | 62 | 0 | 12 | 447 | 106 | 104 |
| Binary | 11011100 | 1110011 | 11100110 | 100 | 110010 | 0 | 1010 | 100100111 | 1000110 | 1000100 |
Color Harmonies of #DC73E6
Complementary color
Monochromatic Colors of #DC73E6
Black with #DC73E6
Text Example
Text Example
White with #DC73E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73E6; }
p { color: rgb(220,115,230); }
H1.HeaderClassName
{
color: #DC73E6;
}
.AnyTagClassName
{
color: #DC73E6;
}
</style>
background-color css
<style>
a { background-color: #DC73E6; }
a { background-color: rgb(220,115,230); }
div.DivClassName
{
background-color: #DC73E6;
}
.BgClassName
{
background-color: #DC73E6;
}
</style>
border-color css
<style>
span { border-color: #DC73E6; }
span { border-color: rgb(220,115,230); }
td.TdClassName
{
border-color: #DC73E6;
}
.TagClassName
{
border-color: #DC73E6;
}
</style>