Shades of Orchid #DC7CCC
Tints of Orchid #DC7CCC
RGB
CMYK
RGB Variations
Color information
#DC7CCC (or 0xDC7CCC) is known color: Orchid. HEX triplet: DC, 7C and CC. RGB value is (220,124,204). Sum of RGB (Red+Green+Blue) = 220+124+204=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CCC is #238333. Grayscale: #A1A1A1. Windows color (decimal): -2327348 or 13401308. OLE color: 13401308.
HSL color Cylindrical-coordinate representation of color #DC7CCC: hue angle of 310º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7CCC is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 204 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.14 |
| HSL | 310º | 0.58% | 0.67% | - |
| HSV(B) | 310º | 0.44% | 0.86% | - |
| XYZ | 47.62 | 33.99 | 61.18 | - |
| YUV | 161.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 204 | 0 | 0.44 | 0.07 | 0.14 | 310 | 0.58 | 0.67 |
| Hex | DC | 7C | CC | 0 | 2C | 7 | E | 136 | 3A | 43 |
| Octal | 334 | 174 | 314 | 0 | 54 | 7 | 16 | 466 | 72 | 103 |
| Binary | 11011100 | 1111100 | 11001100 | 0 | 101100 | 111 | 1110 | 100110110 | 111010 | 1000011 |
Color Harmonies of #DC7CCC
Complementary color
Monochromatic Colors of #DC7CCC
Black with #DC7CCC
Text Example
Text Example
White with #DC7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CCC; }
p { color: rgb(220,124,204); }
H1.HeaderClassName
{
color: #DC7CCC;
}
.AnyTagClassName
{
color: #DC7CCC;
}
</style>
background-color css
<style>
a { background-color: #DC7CCC; }
a { background-color: rgb(220,124,204); }
div.DivClassName
{
background-color: #DC7CCC;
}
.BgClassName
{
background-color: #DC7CCC;
}
</style>
border-color css
<style>
span { border-color: #DC7CCC; }
span { border-color: rgb(220,124,204); }
td.TdClassName
{
border-color: #DC7CCC;
}
.TagClassName
{
border-color: #DC7CCC;
}
</style>