Shades of Orchid #DD78E4
Tints of Orchid #DD78E4
RGB
CMYK
RGB Variations
Color information
#DD78E4 (or 0xDD78E4) is known color: Orchid. HEX triplet: DD, 78 and E4. RGB value is (221,120,228). Sum of RGB (Red+Green+Blue) = 221+120+228=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD78E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78E4 is #22871B. Grayscale: #A2A2A2. Windows color (decimal): -2262812 or 14973149. OLE color: 14973149.
HSL color Cylindrical-coordinate representation of color #DD78E4: hue angle of 296.11º degrees, saturation: 0.67, 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 #DD78E4 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 120 | 228 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.11 |
| HSL | 296.11º | 0.67% | 0.68% | - |
| HSV(B) | 296.11º | 0.47% | 0.89% | - |
| XYZ | 50.54 | 34.41 | 77.38 | - |
| YUV | 162.51 | 164.96 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 228 | 0.03 | 0.47 | 0 | 0.11 | 296.11 | 0.67 | 0.68 |
| Hex | DD | 78 | E4 | 3 | 2F | 0 | B | 128 | 43 | 44 |
| Octal | 335 | 170 | 344 | 3 | 57 | 0 | 13 | 450 | 103 | 104 |
| Binary | 11011101 | 1111000 | 11100100 | 11 | 101111 | 0 | 1011 | 100101000 | 1000011 | 1000100 |
Color Harmonies of #DD78E4
Complementary color
Monochromatic Colors of #DD78E4
Black with #DD78E4
Text Example
Text Example
White with #DD78E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78E4; }
p { color: rgb(221,120,228); }
H1.HeaderClassName
{
color: #DD78E4;
}
.AnyTagClassName
{
color: #DD78E4;
}
</style>
background-color css
<style>
a { background-color: #DD78E4; }
a { background-color: rgb(221,120,228); }
div.DivClassName
{
background-color: #DD78E4;
}
.BgClassName
{
background-color: #DD78E4;
}
</style>
border-color css
<style>
span { border-color: #DD78E4; }
span { border-color: rgb(221,120,228); }
td.TdClassName
{
border-color: #DD78E4;
}
.TagClassName
{
border-color: #DD78E4;
}
</style>