Shades of Orchid #DD78DA
Tints of Orchid #DD78DA
RGB
CMYK
RGB Variations
Color information
#DD78DA (or 0xDD78DA) is known color: Orchid. HEX triplet: DD, 78 and DA. RGB value is (221,120,218). Sum of RGB (Red+Green+Blue) = 221+120+218=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78DA is #228725. Grayscale: #A1A1A1. Windows color (decimal): -2262822 or 14317789. OLE color: 14317789.
HSL color Cylindrical-coordinate representation of color #DD78DA: hue angle of 301.78º 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 #DD78DA is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 218 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.13 |
| HSL | 301.78º | 0.6% | 0.67% | - |
| HSV(B) | 301.78º | 0.46% | 0.87% | - |
| XYZ | 49.19 | 33.87 | 70.27 | - |
| YUV | 161.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 218 | 0 | 0.46 | 0.01 | 0.13 | 301.78 | 0.6 | 0.67 |
| Hex | DD | 78 | DA | 0 | 2E | 1 | D | 12E | 3C | 43 |
| Octal | 335 | 170 | 332 | 0 | 56 | 1 | 15 | 456 | 74 | 103 |
| Binary | 11011101 | 1111000 | 11011010 | 0 | 101110 | 1 | 1101 | 100101110 | 111100 | 1000011 |
Color Harmonies of #DD78DA
Complementary color
Monochromatic Colors of #DD78DA
Black with #DD78DA
Text Example
Text Example
White with #DD78DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78DA; }
p { color: rgb(221,120,218); }
H1.HeaderClassName
{
color: #DD78DA;
}
.AnyTagClassName
{
color: #DD78DA;
}
</style>
background-color css
<style>
a { background-color: #DD78DA; }
a { background-color: rgb(221,120,218); }
div.DivClassName
{
background-color: #DD78DA;
}
.BgClassName
{
background-color: #DD78DA;
}
</style>
border-color css
<style>
span { border-color: #DD78DA; }
span { border-color: rgb(221,120,218); }
td.TdClassName
{
border-color: #DD78DA;
}
.TagClassName
{
border-color: #DD78DA;
}
</style>