Shades of Orchid #DC78CD
Tints of Orchid #DC78CD
RGB
CMYK
RGB Variations
Color information
#DC78CD (or 0xDC78CD) is known color: Orchid. HEX triplet: DC, 78 and CD. RGB value is (220,120,205). Sum of RGB (Red+Green+Blue) = 220+120+205=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78CD is #238732. Grayscale: #9F9F9F. Windows color (decimal): -2328371 or 13465820. OLE color: 13465820.
HSL color Cylindrical-coordinate representation of color #DC78CD: hue angle of 309º 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 #DC78CD is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 205 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.14 |
| HSL | 309º | 0.59% | 0.67% | - |
| HSV(B) | 309º | 0.45% | 0.86% | - |
| XYZ | 47.25 | 33.06 | 61.65 | - |
| YUV | 159.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 205 | 0 | 0.45 | 0.07 | 0.14 | 309 | 0.59 | 0.67 |
| Hex | DC | 78 | CD | 0 | 2D | 7 | E | 135 | 3B | 43 |
| Octal | 334 | 170 | 315 | 0 | 55 | 7 | 16 | 465 | 73 | 103 |
| Binary | 11011100 | 1111000 | 11001101 | 0 | 101101 | 111 | 1110 | 100110101 | 111011 | 1000011 |
Color Harmonies of #DC78CD
Complementary color
Monochromatic Colors of #DC78CD
Black with #DC78CD
Text Example
Text Example
White with #DC78CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78CD; }
p { color: rgb(220,120,205); }
H1.HeaderClassName
{
color: #DC78CD;
}
.AnyTagClassName
{
color: #DC78CD;
}
</style>
background-color css
<style>
a { background-color: #DC78CD; }
a { background-color: rgb(220,120,205); }
div.DivClassName
{
background-color: #DC78CD;
}
.BgClassName
{
background-color: #DC78CD;
}
</style>
border-color css
<style>
span { border-color: #DC78CD; }
span { border-color: rgb(220,120,205); }
td.TdClassName
{
border-color: #DC78CD;
}
.TagClassName
{
border-color: #DC78CD;
}
</style>