Shades of Orchid #DC78DD
Tints of Orchid #DC78DD
RGB
CMYK
RGB Variations
Color information
#DC78DD (or 0xDC78DD) is known color: Orchid. HEX triplet: DC, 78 and DD. RGB value is (220,120,221). Sum of RGB (Red+Green+Blue) = 220+120+221=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78DD is #238722. Grayscale: #A1A1A1. Windows color (decimal): -2328355 or 14514396. OLE color: 14514396.
HSL color Cylindrical-coordinate representation of color #DC78DD: hue angle of 299.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC78DD is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 120 | 221 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.13 |
| HSL | 299.41º | 0.6% | 0.67% | - |
| HSV(B) | 299.41º | 0.46% | 0.87% | - |
| XYZ | 49.28 | 33.87 | 72.35 | - |
| YUV | 161.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 221 | 0.00 | 0.46 | 0 | 0.13 | 299.41 | 0.6 | 0.67 |
| Hex | DC | 78 | DD | 0 | 2E | 0 | D | 12B | 3C | 43 |
| Octal | 334 | 170 | 335 | 0 | 56 | 0 | 15 | 453 | 74 | 103 |
| Binary | 11011100 | 1111000 | 11011101 | 0 | 101110 | 0 | 1101 | 100101011 | 111100 | 1000011 |
Color Harmonies of #DC78DD
Complementary color
Monochromatic Colors of #DC78DD
Black with #DC78DD
Text Example
Text Example
White with #DC78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78DD; }
p { color: rgb(220,120,221); }
H1.HeaderClassName
{
color: #DC78DD;
}
.AnyTagClassName
{
color: #DC78DD;
}
</style>
background-color css
<style>
a { background-color: #DC78DD; }
a { background-color: rgb(220,120,221); }
div.DivClassName
{
background-color: #DC78DD;
}
.BgClassName
{
background-color: #DC78DD;
}
</style>
border-color css
<style>
span { border-color: #DC78DD; }
span { border-color: rgb(220,120,221); }
td.TdClassName
{
border-color: #DC78DD;
}
.TagClassName
{
border-color: #DC78DD;
}
</style>