Shades of Orchid #DD78CF
Tints of Orchid #DD78CF
RGB
CMYK
RGB Variations
Color information
#DD78CF (or 0xDD78CF) is known color: Orchid. HEX triplet: DD, 78 and CF. RGB value is (221,120,207). Sum of RGB (Red+Green+Blue) = 221+120+207=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78CF is #228730. Grayscale: #9F9F9F. Windows color (decimal): -2262833 or 13596893. OLE color: 13596893.
HSL color Cylindrical-coordinate representation of color #DD78CF: hue angle of 308.32º 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 #DD78CF is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 207 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.13 |
| HSL | 308.32º | 0.6% | 0.67% | - |
| HSV(B) | 308.32º | 0.46% | 0.87% | - |
| XYZ | 47.8 | 33.31 | 62.94 | - |
| YUV | 160.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 207 | 0 | 0.46 | 0.06 | 0.13 | 308.32 | 0.6 | 0.67 |
| Hex | DD | 78 | CF | 0 | 2E | 6 | D | 134 | 3C | 43 |
| Octal | 335 | 170 | 317 | 0 | 56 | 6 | 15 | 464 | 74 | 103 |
| Binary | 11011101 | 1111000 | 11001111 | 0 | 101110 | 110 | 1101 | 100110100 | 111100 | 1000011 |
Color Harmonies of #DD78CF
Complementary color
Monochromatic Colors of #DD78CF
Black with #DD78CF
Text Example
Text Example
White with #DD78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78CF; }
p { color: rgb(221,120,207); }
H1.HeaderClassName
{
color: #DD78CF;
}
.AnyTagClassName
{
color: #DD78CF;
}
</style>
background-color css
<style>
a { background-color: #DD78CF; }
a { background-color: rgb(221,120,207); }
div.DivClassName
{
background-color: #DD78CF;
}
.BgClassName
{
background-color: #DD78CF;
}
</style>
border-color css
<style>
span { border-color: #DD78CF; }
span { border-color: rgb(221,120,207); }
td.TdClassName
{
border-color: #DD78CF;
}
.TagClassName
{
border-color: #DD78CF;
}
</style>