Shades of Orchid #DC78CC
Tints of Orchid #DC78CC
RGB
CMYK
RGB Variations
Color information
#DC78CC (or 0xDC78CC) is known color: Orchid. HEX triplet: DC, 78 and CC. RGB value is (220,120,204). Sum of RGB (Red+Green+Blue) = 220+120+204=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78CC is #238733. Grayscale: #9F9F9F. Windows color (decimal): -2328372 or 13400284. OLE color: 13400284.
HSL color Cylindrical-coordinate representation of color #DC78CC: hue angle of 309.6º 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 #DC78CC is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 204 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.14 |
| HSL | 309.6º | 0.59% | 0.67% | - |
| HSV(B) | 309.6º | 0.45% | 0.86% | - |
| XYZ | 47.13 | 33.01 | 61.01 | - |
| YUV | 159.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 204 | 0 | 0.45 | 0.07 | 0.14 | 309.6 | 0.59 | 0.67 |
| Hex | DC | 78 | CC | 0 | 2D | 7 | E | 136 | 3B | 43 |
| Octal | 334 | 170 | 314 | 0 | 55 | 7 | 16 | 466 | 73 | 103 |
| Binary | 11011100 | 1111000 | 11001100 | 0 | 101101 | 111 | 1110 | 100110110 | 111011 | 1000011 |
Color Harmonies of #DC78CC
Complementary color
Monochromatic Colors of #DC78CC
Black with #DC78CC
Text Example
Text Example
White with #DC78CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78CC; }
p { color: rgb(220,120,204); }
H1.HeaderClassName
{
color: #DC78CC;
}
.AnyTagClassName
{
color: #DC78CC;
}
</style>
background-color css
<style>
a { background-color: #DC78CC; }
a { background-color: rgb(220,120,204); }
div.DivClassName
{
background-color: #DC78CC;
}
.BgClassName
{
background-color: #DC78CC;
}
</style>
border-color css
<style>
span { border-color: #DC78CC; }
span { border-color: rgb(220,120,204); }
td.TdClassName
{
border-color: #DC78CC;
}
.TagClassName
{
border-color: #DC78CC;
}
</style>