Shades of Orchid #DC78D4
Tints of Orchid #DC78D4
RGB
CMYK
RGB Variations
Color information
#DC78D4 (or 0xDC78D4) is known color: Orchid. HEX triplet: DC, 78 and D4. RGB value is (220,120,212). Sum of RGB (Red+Green+Blue) = 220+120+212=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78D4 is #23872B. Grayscale: #A0A0A0. Windows color (decimal): -2328364 or 13924572. OLE color: 13924572.
HSL color Cylindrical-coordinate representation of color #DC78D4: hue angle of 304.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 #DC78D4 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 212 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.14 |
| HSL | 304.8º | 0.59% | 0.67% | - |
| HSV(B) | 304.8º | 0.45% | 0.86% | - |
| XYZ | 48.12 | 33.4 | 66.2 | - |
| YUV | 160.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 212 | 0 | 0.45 | 0.04 | 0.14 | 304.8 | 0.59 | 0.67 |
| Hex | DC | 78 | D4 | 0 | 2D | 4 | E | 131 | 3B | 43 |
| Octal | 334 | 170 | 324 | 0 | 55 | 4 | 16 | 461 | 73 | 103 |
| Binary | 11011100 | 1111000 | 11010100 | 0 | 101101 | 100 | 1110 | 100110001 | 111011 | 1000011 |
Color Harmonies of #DC78D4
Complementary color
Monochromatic Colors of #DC78D4
Black with #DC78D4
Text Example
Text Example
White with #DC78D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78D4; }
p { color: rgb(220,120,212); }
H1.HeaderClassName
{
color: #DC78D4;
}
.AnyTagClassName
{
color: #DC78D4;
}
</style>
background-color css
<style>
a { background-color: #DC78D4; }
a { background-color: rgb(220,120,212); }
div.DivClassName
{
background-color: #DC78D4;
}
.BgClassName
{
background-color: #DC78D4;
}
</style>
border-color css
<style>
span { border-color: #DC78D4; }
span { border-color: rgb(220,120,212); }
td.TdClassName
{
border-color: #DC78D4;
}
.TagClassName
{
border-color: #DC78D4;
}
</style>