Shades of Orchid #DE78DF
Tints of Orchid #DE78DF
RGB
CMYK
RGB Variations
Color information
#DE78DF (or 0xDE78DF) is known color: Orchid. HEX triplet: DE, 78 and DF. RGB value is (222,120,223). Sum of RGB (Red+Green+Blue) = 222+120+223=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE78DF is #218720. Grayscale: #A1A1A1. Windows color (decimal): -2197281 or 14645470. OLE color: 14645470.
HSL color Cylindrical-coordinate representation of color #DE78DF: hue angle of 299.42º 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 #DE78DF is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 120 | 223 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.13 |
| HSL | 299.42º | 0.62% | 0.67% | - |
| HSV(B) | 299.42º | 0.46% | 0.87% | - |
| XYZ | 50.16 | 34.29 | 73.79 | - |
| YUV | 162.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 120 | 223 | 0.00 | 0.46 | 0 | 0.13 | 299.42 | 0.62 | 0.67 |
| Hex | DE | 78 | DF | 0 | 2E | 0 | D | 12B | 3E | 43 |
| Octal | 336 | 170 | 337 | 0 | 56 | 0 | 15 | 453 | 76 | 103 |
| Binary | 11011110 | 1111000 | 11011111 | 0 | 101110 | 0 | 1101 | 100101011 | 111110 | 1000011 |
Color Harmonies of #DE78DF
Complementary color
Monochromatic Colors of #DE78DF
Black with #DE78DF
Text Example
Text Example
White with #DE78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE78DF; }
p { color: rgb(222,120,223); }
H1.HeaderClassName
{
color: #DE78DF;
}
.AnyTagClassName
{
color: #DE78DF;
}
</style>
background-color css
<style>
a { background-color: #DE78DF; }
a { background-color: rgb(222,120,223); }
div.DivClassName
{
background-color: #DE78DF;
}
.BgClassName
{
background-color: #DE78DF;
}
</style>
border-color css
<style>
span { border-color: #DE78DF; }
span { border-color: rgb(222,120,223); }
td.TdClassName
{
border-color: #DE78DF;
}
.TagClassName
{
border-color: #DE78DF;
}
</style>