Shades of Orchid #DD78C8
Tints of Orchid #DD78C8
RGB
CMYK
RGB Variations
Color information
#DD78C8 (or 0xDD78C8) is known color: Orchid. HEX triplet: DD, 78 and C8. RGB value is (221,120,200). Sum of RGB (Red+Green+Blue) = 221+120+200=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78C8 is #228737. Grayscale: #9F9F9F. Windows color (decimal): -2262840 or 13138141. OLE color: 13138141.
HSL color Cylindrical-coordinate representation of color #DD78C8: hue angle of 312.48º 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 #DD78C8 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 200 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.13 |
| HSL | 312.48º | 0.6% | 0.67% | - |
| HSV(B) | 312.48º | 0.46% | 0.87% | - |
| XYZ | 46.96 | 32.98 | 58.53 | - |
| YUV | 159.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 200 | 0 | 0.46 | 0.10 | 0.13 | 312.48 | 0.6 | 0.67 |
| Hex | DD | 78 | C8 | 0 | 2E | A | D | 138 | 3C | 43 |
| Octal | 335 | 170 | 310 | 0 | 56 | 12 | 15 | 470 | 74 | 103 |
| Binary | 11011101 | 1111000 | 11001000 | 0 | 101110 | 1010 | 1101 | 100111000 | 111100 | 1000011 |
Color Harmonies of #DD78C8
Complementary color
Monochromatic Colors of #DD78C8
Black with #DD78C8
Text Example
Text Example
White with #DD78C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78C8; }
p { color: rgb(221,120,200); }
H1.HeaderClassName
{
color: #DD78C8;
}
.AnyTagClassName
{
color: #DD78C8;
}
</style>
background-color css
<style>
a { background-color: #DD78C8; }
a { background-color: rgb(221,120,200); }
div.DivClassName
{
background-color: #DD78C8;
}
.BgClassName
{
background-color: #DD78C8;
}
</style>
border-color css
<style>
span { border-color: #DD78C8; }
span { border-color: rgb(221,120,200); }
td.TdClassName
{
border-color: #DD78C8;
}
.TagClassName
{
border-color: #DD78C8;
}
</style>