Shades of Orchid #DC7DC3
Tints of Orchid #DC7DC3
RGB
CMYK
RGB Variations
Color information
#DC7DC3 (or 0xDC7DC3) is known color: Orchid. HEX triplet: DC, 7D and C3. RGB value is (220,125,195). Sum of RGB (Red+Green+Blue) = 220+125+195=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DC3 is #23823C. Grayscale: #A1A1A1. Windows color (decimal): -2327101 or 12811740. OLE color: 12811740.
HSL color Cylindrical-coordinate representation of color #DC7DC3: hue angle of 315.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DC3 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 195 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.14 |
| HSL | 315.79º | 0.58% | 0.68% | - |
| HSV(B) | 315.79º | 0.43% | 0.86% | - |
| XYZ | 46.7 | 33.82 | 55.7 | - |
| YUV | 161.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 195 | 0 | 0.43 | 0.11 | 0.14 | 315.79 | 0.58 | 0.68 |
| Hex | DC | 7D | C3 | 0 | 2B | B | E | 13C | 3A | 44 |
| Octal | 334 | 175 | 303 | 0 | 53 | 13 | 16 | 474 | 72 | 104 |
| Binary | 11011100 | 1111101 | 11000011 | 0 | 101011 | 1011 | 1110 | 100111100 | 111010 | 1000100 |
Color Harmonies of #DC7DC3
Complementary color
Monochromatic Colors of #DC7DC3
Black with #DC7DC3
Text Example
Text Example
White with #DC7DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DC3; }
p { color: rgb(220,125,195); }
H1.HeaderClassName
{
color: #DC7DC3;
}
.AnyTagClassName
{
color: #DC7DC3;
}
</style>
background-color css
<style>
a { background-color: #DC7DC3; }
a { background-color: rgb(220,125,195); }
div.DivClassName
{
background-color: #DC7DC3;
}
.BgClassName
{
background-color: #DC7DC3;
}
</style>
border-color css
<style>
span { border-color: #DC7DC3; }
span { border-color: rgb(220,125,195); }
td.TdClassName
{
border-color: #DC7DC3;
}
.TagClassName
{
border-color: #DC7DC3;
}
</style>