Shades of Orchid #DC78CE
Tints of Orchid #DC78CE
RGB
CMYK
RGB Variations
Color information
#DC78CE (or 0xDC78CE) is known color: Orchid. HEX triplet: DC, 78 and CE. RGB value is (220,120,206). Sum of RGB (Red+Green+Blue) = 220+120+206=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78CE is #238731. Grayscale: #9F9F9F. Windows color (decimal): -2328370 or 13531356. OLE color: 13531356.
HSL color Cylindrical-coordinate representation of color #DC78CE: hue angle of 308.4º 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 #DC78CE is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 206 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.14 |
| HSL | 308.4º | 0.59% | 0.67% | - |
| HSV(B) | 308.4º | 0.45% | 0.86% | - |
| XYZ | 47.37 | 33.1 | 62.29 | - |
| YUV | 159.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 206 | 0 | 0.45 | 0.06 | 0.14 | 308.4 | 0.59 | 0.67 |
| Hex | DC | 78 | CE | 0 | 2D | 6 | E | 134 | 3B | 43 |
| Octal | 334 | 170 | 316 | 0 | 55 | 6 | 16 | 464 | 73 | 103 |
| Binary | 11011100 | 1111000 | 11001110 | 0 | 101101 | 110 | 1110 | 100110100 | 111011 | 1000011 |
Color Harmonies of #DC78CE
Complementary color
Monochromatic Colors of #DC78CE
Black with #DC78CE
Text Example
Text Example
White with #DC78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78CE; }
p { color: rgb(220,120,206); }
H1.HeaderClassName
{
color: #DC78CE;
}
.AnyTagClassName
{
color: #DC78CE;
}
</style>
background-color css
<style>
a { background-color: #DC78CE; }
a { background-color: rgb(220,120,206); }
div.DivClassName
{
background-color: #DC78CE;
}
.BgClassName
{
background-color: #DC78CE;
}
</style>
border-color css
<style>
span { border-color: #DC78CE; }
span { border-color: rgb(220,120,206); }
td.TdClassName
{
border-color: #DC78CE;
}
.TagClassName
{
border-color: #DC78CE;
}
</style>