Shades of Orchid #DC73CB
Tints of Orchid #DC73CB
RGB
CMYK
RGB Variations
Color information
#DC73CB (or 0xDC73CB) is known color: Orchid. HEX triplet: DC, 73 and CB. RGB value is (220,115,203). Sum of RGB (Red+Green+Blue) = 220+115+203=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73CB is #238C34. Grayscale: #9C9C9C. Windows color (decimal): -2329653 or 13333468. OLE color: 13333468.
HSL color Cylindrical-coordinate representation of color #DC73CB: hue angle of 309.71º 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 #DC73CB is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 203 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.14 |
| HSL | 309.71º | 0.6% | 0.66% | - |
| HSV(B) | 309.71º | 0.48% | 0.86% | - |
| XYZ | 46.43 | 31.79 | 60.19 | - |
| YUV | 156.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 203 | 0 | 0.48 | 0.08 | 0.14 | 309.71 | 0.6 | 0.66 |
| Hex | DC | 73 | CB | 0 | 30 | 8 | E | 136 | 3C | 42 |
| Octal | 334 | 163 | 313 | 0 | 60 | 10 | 16 | 466 | 74 | 102 |
| Binary | 11011100 | 1110011 | 11001011 | 0 | 110000 | 1000 | 1110 | 100110110 | 111100 | 1000010 |
Color Harmonies of #DC73CB
Complementary color
Monochromatic Colors of #DC73CB
Black with #DC73CB
Text Example
Text Example
White with #DC73CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73CB; }
p { color: rgb(220,115,203); }
H1.HeaderClassName
{
color: #DC73CB;
}
.AnyTagClassName
{
color: #DC73CB;
}
</style>
background-color css
<style>
a { background-color: #DC73CB; }
a { background-color: rgb(220,115,203); }
div.DivClassName
{
background-color: #DC73CB;
}
.BgClassName
{
background-color: #DC73CB;
}
</style>
border-color css
<style>
span { border-color: #DC73CB; }
span { border-color: rgb(220,115,203); }
td.TdClassName
{
border-color: #DC73CB;
}
.TagClassName
{
border-color: #DC73CB;
}
</style>