Shades of Orchid #DC73C2
Tints of Orchid #DC73C2
RGB
CMYK
RGB Variations
Color information
#DC73C2 (or 0xDC73C2) is known color: Orchid. HEX triplet: DC, 73 and C2. RGB value is (220,115,194). Sum of RGB (Red+Green+Blue) = 220+115+194=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73C2 is #238C3D. Grayscale: #9B9B9B. Windows color (decimal): -2329662 or 12743644. OLE color: 12743644.
HSL color Cylindrical-coordinate representation of color #DC73C2: hue angle of 314.86º 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 #DC73C2 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 194 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.14 |
| HSL | 314.86º | 0.6% | 0.66% | - |
| HSV(B) | 314.86º | 0.48% | 0.86% | - |
| XYZ | 45.38 | 31.37 | 54.7 | - |
| YUV | 155.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 194 | 0 | 0.48 | 0.12 | 0.14 | 314.86 | 0.6 | 0.66 |
| Hex | DC | 73 | C2 | 0 | 30 | C | E | 13B | 3C | 42 |
| Octal | 334 | 163 | 302 | 0 | 60 | 14 | 16 | 473 | 74 | 102 |
| Binary | 11011100 | 1110011 | 11000010 | 0 | 110000 | 1100 | 1110 | 100111011 | 111100 | 1000010 |
Color Harmonies of #DC73C2
Complementary color
Monochromatic Colors of #DC73C2
Black with #DC73C2
Text Example
Text Example
White with #DC73C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73C2; }
p { color: rgb(220,115,194); }
H1.HeaderClassName
{
color: #DC73C2;
}
.AnyTagClassName
{
color: #DC73C2;
}
</style>
background-color css
<style>
a { background-color: #DC73C2; }
a { background-color: rgb(220,115,194); }
div.DivClassName
{
background-color: #DC73C2;
}
.BgClassName
{
background-color: #DC73C2;
}
</style>
border-color css
<style>
span { border-color: #DC73C2; }
span { border-color: rgb(220,115,194); }
td.TdClassName
{
border-color: #DC73C2;
}
.TagClassName
{
border-color: #DC73C2;
}
</style>