Shades of Orchid #DE7FDB
Tints of Orchid #DE7FDB
RGB
CMYK
RGB Variations
Color information
#DE7FDB (or 0xDE7FDB) is known color: Orchid. HEX triplet: DE, 7F and DB. RGB value is (222,127,219). Sum of RGB (Red+Green+Blue) = 222+127+219=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FDB is #218024. Grayscale: #A5A5A5. Windows color (decimal): -2195493 or 14385118. OLE color: 14385118.
HSL color Cylindrical-coordinate representation of color #DE7FDB: hue angle of 301.89º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7FDB is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 127 | 219 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.13 |
| HSL | 301.89º | 0.59% | 0.68% | - |
| HSV(B) | 301.89º | 0.43% | 0.87% | - |
| XYZ | 50.5 | 35.82 | 71.27 | - |
| YUV | 165.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 127 | 219 | 0 | 0.43 | 0.01 | 0.13 | 301.89 | 0.59 | 0.68 |
| Hex | DE | 7F | DB | 0 | 2B | 1 | D | 12E | 3B | 44 |
| Octal | 336 | 177 | 333 | 0 | 53 | 1 | 15 | 456 | 73 | 104 |
| Binary | 11011110 | 1111111 | 11011011 | 0 | 101011 | 1 | 1101 | 100101110 | 111011 | 1000100 |
Color Harmonies of #DE7FDB
Complementary color
Monochromatic Colors of #DE7FDB
Black with #DE7FDB
Text Example
Text Example
White with #DE7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7FDB; }
p { color: rgb(222,127,219); }
H1.HeaderClassName
{
color: #DE7FDB;
}
.AnyTagClassName
{
color: #DE7FDB;
}
</style>
background-color css
<style>
a { background-color: #DE7FDB; }
a { background-color: rgb(222,127,219); }
div.DivClassName
{
background-color: #DE7FDB;
}
.BgClassName
{
background-color: #DE7FDB;
}
</style>
border-color css
<style>
span { border-color: #DE7FDB; }
span { border-color: rgb(222,127,219); }
td.TdClassName
{
border-color: #DE7FDB;
}
.TagClassName
{
border-color: #DE7FDB;
}
</style>