Shades of Orchid #DC73BF
Tints of Orchid #DC73BF
RGB
CMYK
RGB Variations
Color information
#DC73BF (or 0xDC73BF) is known color: Orchid. HEX triplet: DC, 73 and BF. RGB value is (220,115,191). Sum of RGB (Red+Green+Blue) = 220+115+191=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73BF is #238C40. Grayscale: #9A9A9A. Windows color (decimal): -2329665 or 12547036. OLE color: 12547036.
HSL color Cylindrical-coordinate representation of color #DC73BF: hue angle of 316.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 #DC73BF is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 191 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.14 |
| HSL | 316.57º | 0.6% | 0.66% | - |
| HSV(B) | 316.57º | 0.48% | 0.86% | - |
| XYZ | 45.05 | 31.24 | 52.95 | - |
| YUV | 155.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 191 | 0 | 0.48 | 0.13 | 0.14 | 316.57 | 0.6 | 0.66 |
| Hex | DC | 73 | BF | 0 | 30 | D | E | 13D | 3C | 42 |
| Octal | 334 | 163 | 277 | 0 | 60 | 15 | 16 | 475 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10111111 | 0 | 110000 | 1101 | 1110 | 100111101 | 111100 | 1000010 |
Color Harmonies of #DC73BF
Complementary color
Monochromatic Colors of #DC73BF
Black with #DC73BF
Text Example
Text Example
White with #DC73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73BF; }
p { color: rgb(220,115,191); }
H1.HeaderClassName
{
color: #DC73BF;
}
.AnyTagClassName
{
color: #DC73BF;
}
</style>
background-color css
<style>
a { background-color: #DC73BF; }
a { background-color: rgb(220,115,191); }
div.DivClassName
{
background-color: #DC73BF;
}
.BgClassName
{
background-color: #DC73BF;
}
</style>
border-color css
<style>
span { border-color: #DC73BF; }
span { border-color: rgb(220,115,191); }
td.TdClassName
{
border-color: #DC73BF;
}
.TagClassName
{
border-color: #DC73BF;
}
</style>