Shades of Orchid #DC78C0
Tints of Orchid #DC78C0
RGB
CMYK
RGB Variations
Color information
#DC78C0 (or 0xDC78C0) is known color: Orchid. HEX triplet: DC, 78 and C0. RGB value is (220,120,192). Sum of RGB (Red+Green+Blue) = 220+120+192=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78C0 is #23873F. Grayscale: #9D9D9D. Windows color (decimal): -2328384 or 12613852. OLE color: 12613852.
HSL color Cylindrical-coordinate representation of color #DC78C0: hue angle of 316.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC78C0 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 192 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.14 |
| HSL | 316.8º | 0.59% | 0.67% | - |
| HSV(B) | 316.8º | 0.45% | 0.86% | - |
| XYZ | 45.75 | 32.45 | 53.72 | - |
| YUV | 158.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 192 | 0 | 0.45 | 0.13 | 0.14 | 316.8 | 0.59 | 0.67 |
| Hex | DC | 78 | C0 | 0 | 2D | D | E | 13D | 3B | 43 |
| Octal | 334 | 170 | 300 | 0 | 55 | 15 | 16 | 475 | 73 | 103 |
| Binary | 11011100 | 1111000 | 11000000 | 0 | 101101 | 1101 | 1110 | 100111101 | 111011 | 1000011 |
Color Harmonies of #DC78C0
Complementary color
Monochromatic Colors of #DC78C0
Black with #DC78C0
Text Example
Text Example
White with #DC78C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78C0; }
p { color: rgb(220,120,192); }
H1.HeaderClassName
{
color: #DC78C0;
}
.AnyTagClassName
{
color: #DC78C0;
}
</style>
background-color css
<style>
a { background-color: #DC78C0; }
a { background-color: rgb(220,120,192); }
div.DivClassName
{
background-color: #DC78C0;
}
.BgClassName
{
background-color: #DC78C0;
}
</style>
border-color css
<style>
span { border-color: #DC78C0; }
span { border-color: rgb(220,120,192); }
td.TdClassName
{
border-color: #DC78C0;
}
.TagClassName
{
border-color: #DC78C0;
}
</style>