Shades of Orchid #DD78DD
Tints of Orchid #DD78DD
RGB
CMYK
RGB Variations
Color information
#DD78DD (or 0xDD78DD) is known color: Orchid. HEX triplet: DD, 78 and DD. RGB value is (221,120,221). Sum of RGB (Red+Green+Blue) = 221+120+221=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78DD is #228722. Grayscale: #A1A1A1. Windows color (decimal): -2262819 or 14514397. OLE color: 14514397.
HSL color Cylindrical-coordinate representation of color #DD78DD: hue angle of 300º 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 #DD78DD is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 221 | - |
| CMYK | 0 | 0.46 | 0 | 0.13 |
| HSL | 300º | 0.6% | 0.67% | - |
| HSV(B) | 300º | 0.46% | 0.87% | - |
| XYZ | 49.59 | 34.03 | 72.36 | - |
| YUV | 161.71 | 161.46 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 221 | 0 | 0.46 | 0 | 0.13 | 300 | 0.6 | 0.67 |
| Hex | DD | 78 | DD | 0 | 2E | 0 | D | 12C | 3C | 43 |
| Octal | 335 | 170 | 335 | 0 | 56 | 0 | 15 | 454 | 74 | 103 |
| Binary | 11011101 | 1111000 | 11011101 | 0 | 101110 | 0 | 1101 | 100101100 | 111100 | 1000011 |
Color Harmonies of #DD78DD
Complementary color
Monochromatic Colors of #DD78DD
Black with #DD78DD
Text Example
Text Example
White with #DD78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78DD; }
p { color: rgb(221,120,221); }
H1.HeaderClassName
{
color: #DD78DD;
}
.AnyTagClassName
{
color: #DD78DD;
}
</style>
background-color css
<style>
a { background-color: #DD78DD; }
a { background-color: rgb(221,120,221); }
div.DivClassName
{
background-color: #DD78DD;
}
.BgClassName
{
background-color: #DD78DD;
}
</style>
border-color css
<style>
span { border-color: #DD78DD; }
span { border-color: rgb(221,120,221); }
td.TdClassName
{
border-color: #DD78DD;
}
.TagClassName
{
border-color: #DD78DD;
}
</style>