Shades of Orchid #DE78E4
Tints of Orchid #DE78E4
RGB
CMYK
RGB Variations
Color information
#DE78E4 (or 0xDE78E4) is known color: Orchid. HEX triplet: DE, 78 and E4. RGB value is (222,120,228). Sum of RGB (Red+Green+Blue) = 222+120+228=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE78E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78E4 is #21871B. Grayscale: #A2A2A2. Windows color (decimal): -2197276 or 14973150. OLE color: 14973150.
HSL color Cylindrical-coordinate representation of color #DE78E4: hue angle of 296.67º 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 #DE78E4 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 120 | 228 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.11 |
| HSL | 296.67º | 0.67% | 0.68% | - |
| HSV(B) | 296.67º | 0.47% | 0.89% | - |
| XYZ | 50.84 | 34.56 | 77.39 | - |
| YUV | 162.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 120 | 228 | 0.03 | 0.47 | 0 | 0.11 | 296.67 | 0.67 | 0.68 |
| Hex | DE | 78 | E4 | 3 | 2F | 0 | B | 129 | 43 | 44 |
| Octal | 336 | 170 | 344 | 3 | 57 | 0 | 13 | 451 | 103 | 104 |
| Binary | 11011110 | 1111000 | 11100100 | 11 | 101111 | 0 | 1011 | 100101001 | 1000011 | 1000100 |
Color Harmonies of #DE78E4
Complementary color
Monochromatic Colors of #DE78E4
Black with #DE78E4
Text Example
Text Example
White with #DE78E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE78E4; }
p { color: rgb(222,120,228); }
H1.HeaderClassName
{
color: #DE78E4;
}
.AnyTagClassName
{
color: #DE78E4;
}
</style>
background-color css
<style>
a { background-color: #DE78E4; }
a { background-color: rgb(222,120,228); }
div.DivClassName
{
background-color: #DE78E4;
}
.BgClassName
{
background-color: #DE78E4;
}
</style>
border-color css
<style>
span { border-color: #DE78E4; }
span { border-color: rgb(222,120,228); }
td.TdClassName
{
border-color: #DE78E4;
}
.TagClassName
{
border-color: #DE78E4;
}
</style>