Shades of Orchid #DE78D6
Tints of Orchid #DE78D6
RGB
CMYK
RGB Variations
Color information
#DE78D6 (or 0xDE78D6) is known color: Orchid. HEX triplet: DE, 78 and D6. RGB value is (222,120,214). Sum of RGB (Red+Green+Blue) = 222+120+214=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DE78D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78D6 is #218729. Grayscale: #A0A0A0. Windows color (decimal): -2197290 or 14055646. OLE color: 14055646.
HSL color Cylindrical-coordinate representation of color #DE78D6: hue angle of 304.71º degrees, saturation: 0.61, 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 #DE78D6 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 120 | 214 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.13 |
| HSL | 304.71º | 0.61% | 0.67% | - |
| HSV(B) | 304.71º | 0.46% | 0.87% | - |
| XYZ | 48.98 | 33.82 | 67.56 | - |
| YUV | 161.21 | 157.79 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 120 | 214 | 0 | 0.46 | 0.04 | 0.13 | 304.71 | 0.61 | 0.67 |
| Hex | DE | 78 | D6 | 0 | 2E | 4 | D | 131 | 3D | 43 |
| Octal | 336 | 170 | 326 | 0 | 56 | 4 | 15 | 461 | 75 | 103 |
| Binary | 11011110 | 1111000 | 11010110 | 0 | 101110 | 100 | 1101 | 100110001 | 111101 | 1000011 |
Color Harmonies of #DE78D6
Complementary color
Monochromatic Colors of #DE78D6
Black with #DE78D6
Text Example
Text Example
White with #DE78D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE78D6; }
p { color: rgb(222,120,214); }
H1.HeaderClassName
{
color: #DE78D6;
}
.AnyTagClassName
{
color: #DE78D6;
}
</style>
background-color css
<style>
a { background-color: #DE78D6; }
a { background-color: rgb(222,120,214); }
div.DivClassName
{
background-color: #DE78D6;
}
.BgClassName
{
background-color: #DE78D6;
}
</style>
border-color css
<style>
span { border-color: #DE78D6; }
span { border-color: rgb(222,120,214); }
td.TdClassName
{
border-color: #DE78D6;
}
.TagClassName
{
border-color: #DE78D6;
}
</style>