Shades of Orchid #DD78DF
Tints of Orchid #DD78DF
RGB
CMYK
RGB Variations
Color information
#DD78DF (or 0xDD78DF) is known color: Orchid. HEX triplet: DD, 78 and DF. RGB value is (221,120,223). Sum of RGB (Red+Green+Blue) = 221+120+223=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78DF is #228720. Grayscale: #A1A1A1. Windows color (decimal): -2262817 or 14645469. OLE color: 14645469.
HSL color Cylindrical-coordinate representation of color #DD78DF: hue angle of 298.83º degrees, saturation: 0.62, 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 #DD78DF is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 223 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.13 |
| HSL | 298.84º | 0.62% | 0.67% | - |
| HSV(B) | 298.84º | 0.46% | 0.87% | - |
| XYZ | 49.85 | 34.13 | 73.77 | - |
| YUV | 161.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 223 | 0.01 | 0.46 | 0 | 0.13 | 298.84 | 0.62 | 0.67 |
| Hex | DD | 78 | DF | 1 | 2E | 0 | D | 12B | 3E | 43 |
| Octal | 335 | 170 | 337 | 1 | 56 | 0 | 15 | 453 | 76 | 103 |
| Binary | 11011101 | 1111000 | 11011111 | 1 | 101110 | 0 | 1101 | 100101011 | 111110 | 1000011 |
Color Harmonies of #DD78DF
Complementary color
Monochromatic Colors of #DD78DF
Black with #DD78DF
Text Example
Text Example
White with #DD78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78DF; }
p { color: rgb(221,120,223); }
H1.HeaderClassName
{
color: #DD78DF;
}
.AnyTagClassName
{
color: #DD78DF;
}
</style>
background-color css
<style>
a { background-color: #DD78DF; }
a { background-color: rgb(221,120,223); }
div.DivClassName
{
background-color: #DD78DF;
}
.BgClassName
{
background-color: #DD78DF;
}
</style>
border-color css
<style>
span { border-color: #DD78DF; }
span { border-color: rgb(221,120,223); }
td.TdClassName
{
border-color: #DD78DF;
}
.TagClassName
{
border-color: #DD78DF;
}
</style>