Shades of Orchid #DC7DDF
Tints of Orchid #DC7DDF
RGB
CMYK
RGB Variations
Color information
#DC7DDF (or 0xDC7DDF) is known color: Orchid. HEX triplet: DC, 7D and DF. RGB value is (220,125,223). Sum of RGB (Red+Green+Blue) = 220+125+223=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DDF is #238220. Grayscale: #A4A4A4. Windows color (decimal): -2327073 or 14646748. OLE color: 14646748.
HSL color Cylindrical-coordinate representation of color #DC7DDF: hue angle of 298.16º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7DDF is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 125 | 223 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.13 |
| HSL | 298.16º | 0.6% | 0.68% | - |
| HSV(B) | 298.16º | 0.44% | 0.87% | - |
| XYZ | 50.17 | 35.21 | 73.96 | - |
| YUV | 164.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 223 | 0.01 | 0.44 | 0 | 0.13 | 298.16 | 0.6 | 0.68 |
| Hex | DC | 7D | DF | 1 | 2C | 0 | D | 12A | 3C | 44 |
| Octal | 334 | 175 | 337 | 1 | 54 | 0 | 15 | 452 | 74 | 104 |
| Binary | 11011100 | 1111101 | 11011111 | 1 | 101100 | 0 | 1101 | 100101010 | 111100 | 1000100 |
Color Harmonies of #DC7DDF
Complementary color
Monochromatic Colors of #DC7DDF
Black with #DC7DDF
Text Example
Text Example
White with #DC7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DDF; }
p { color: rgb(220,125,223); }
H1.HeaderClassName
{
color: #DC7DDF;
}
.AnyTagClassName
{
color: #DC7DDF;
}
</style>
background-color css
<style>
a { background-color: #DC7DDF; }
a { background-color: rgb(220,125,223); }
div.DivClassName
{
background-color: #DC7DDF;
}
.BgClassName
{
background-color: #DC7DDF;
}
</style>
border-color css
<style>
span { border-color: #DC7DDF; }
span { border-color: rgb(220,125,223); }
td.TdClassName
{
border-color: #DC7DDF;
}
.TagClassName
{
border-color: #DC7DDF;
}
</style>