Shades of Orchid #DD78E3
Tints of Orchid #DD78E3
RGB
CMYK
RGB Variations
Color information
#DD78E3 (or 0xDD78E3) is known color: Orchid. HEX triplet: DD, 78 and E3. RGB value is (221,120,227). Sum of RGB (Red+Green+Blue) = 221+120+227=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD78E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78E3 is #22871C. Grayscale: #A2A2A2. Windows color (decimal): -2262813 or 14907613. OLE color: 14907613.
HSL color Cylindrical-coordinate representation of color #DD78E3: hue angle of 296.64º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD78E3 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 120 | 227 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.11 |
| HSL | 296.64º | 0.66% | 0.68% | - |
| HSV(B) | 296.64º | 0.47% | 0.89% | - |
| XYZ | 50.4 | 34.35 | 76.65 | - |
| YUV | 162.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 227 | 0.03 | 0.47 | 0 | 0.11 | 296.64 | 0.66 | 0.68 |
| Hex | DD | 78 | E3 | 3 | 2F | 0 | B | 129 | 42 | 44 |
| Octal | 335 | 170 | 343 | 3 | 57 | 0 | 13 | 451 | 102 | 104 |
| Binary | 11011101 | 1111000 | 11100011 | 11 | 101111 | 0 | 1011 | 100101001 | 1000010 | 1000100 |
Color Harmonies of #DD78E3
Complementary color
Monochromatic Colors of #DD78E3
Black with #DD78E3
Text Example
Text Example
White with #DD78E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78E3; }
p { color: rgb(221,120,227); }
H1.HeaderClassName
{
color: #DD78E3;
}
.AnyTagClassName
{
color: #DD78E3;
}
</style>
background-color css
<style>
a { background-color: #DD78E3; }
a { background-color: rgb(221,120,227); }
div.DivClassName
{
background-color: #DD78E3;
}
.BgClassName
{
background-color: #DD78E3;
}
</style>
border-color css
<style>
span { border-color: #DD78E3; }
span { border-color: rgb(221,120,227); }
td.TdClassName
{
border-color: #DD78E3;
}
.TagClassName
{
border-color: #DD78E3;
}
</style>