Shades of Orchid #DD78DC
Tints of Orchid #DD78DC
RGB
CMYK
RGB Variations
Color information
#DD78DC (or 0xDD78DC) is known color: Orchid. HEX triplet: DD, 78 and DC. RGB value is (221,120,220). Sum of RGB (Red+Green+Blue) = 221+120+220=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78DC is #228723. Grayscale: #A1A1A1. Windows color (decimal): -2262820 or 14448861. OLE color: 14448861.
HSL color Cylindrical-coordinate representation of color #DD78DC: hue angle of 300.59º 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 #DD78DC is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 220 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.13 |
| HSL | 300.59º | 0.6% | 0.67% | - |
| HSV(B) | 300.59º | 0.46% | 0.87% | - |
| XYZ | 49.45 | 33.97 | 71.66 | - |
| YUV | 161.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 220 | 0 | 0.46 | 0.00 | 0.13 | 300.59 | 0.6 | 0.67 |
| Hex | DD | 78 | DC | 0 | 2E | 0 | D | 12D | 3C | 43 |
| Octal | 335 | 170 | 334 | 0 | 56 | 0 | 15 | 455 | 74 | 103 |
| Binary | 11011101 | 1111000 | 11011100 | 0 | 101110 | 0 | 1101 | 100101101 | 111100 | 1000011 |
Color Harmonies of #DD78DC
Complementary color
Monochromatic Colors of #DD78DC
Black with #DD78DC
Text Example
Text Example
White with #DD78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78DC; }
p { color: rgb(221,120,220); }
H1.HeaderClassName
{
color: #DD78DC;
}
.AnyTagClassName
{
color: #DD78DC;
}
</style>
background-color css
<style>
a { background-color: #DD78DC; }
a { background-color: rgb(221,120,220); }
div.DivClassName
{
background-color: #DD78DC;
}
.BgClassName
{
background-color: #DD78DC;
}
</style>
border-color css
<style>
span { border-color: #DD78DC; }
span { border-color: rgb(221,120,220); }
td.TdClassName
{
border-color: #DD78DC;
}
.TagClassName
{
border-color: #DD78DC;
}
</style>