Shades of Orchid #DD78D6
Tints of Orchid #DD78D6
RGB
CMYK
RGB Variations
Color information
#DD78D6 (or 0xDD78D6) is known color: Orchid. HEX triplet: DD, 78 and D6. RGB value is (221,120,214). Sum of RGB (Red+Green+Blue) = 221+120+214=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78D6 is #228729. Grayscale: #A0A0A0. Windows color (decimal): -2262826 or 14055645. OLE color: 14055645.
HSL color Cylindrical-coordinate representation of color #DD78D6: hue angle of 304.16º 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 #DD78D6 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 214 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.13 |
| HSL | 304.16º | 0.6% | 0.67% | - |
| HSV(B) | 304.16º | 0.46% | 0.87% | - |
| XYZ | 48.67 | 33.66 | 67.55 | - |
| YUV | 160.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 214 | 0 | 0.46 | 0.03 | 0.13 | 304.16 | 0.6 | 0.67 |
| Hex | DD | 78 | D6 | 0 | 2E | 3 | D | 130 | 3C | 43 |
| Octal | 335 | 170 | 326 | 0 | 56 | 3 | 15 | 460 | 74 | 103 |
| Binary | 11011101 | 1111000 | 11010110 | 0 | 101110 | 11 | 1101 | 100110000 | 111100 | 1000011 |
Color Harmonies of #DD78D6
Complementary color
Monochromatic Colors of #DD78D6
Black with #DD78D6
Text Example
Text Example
White with #DD78D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78D6; }
p { color: rgb(221,120,214); }
H1.HeaderClassName
{
color: #DD78D6;
}
.AnyTagClassName
{
color: #DD78D6;
}
</style>
background-color css
<style>
a { background-color: #DD78D6; }
a { background-color: rgb(221,120,214); }
div.DivClassName
{
background-color: #DD78D6;
}
.BgClassName
{
background-color: #DD78D6;
}
</style>
border-color css
<style>
span { border-color: #DD78D6; }
span { border-color: rgb(221,120,214); }
td.TdClassName
{
border-color: #DD78D6;
}
.TagClassName
{
border-color: #DD78D6;
}
</style>