Shades of Orchid #DE6EBD
Tints of Orchid #DE6EBD
RGB
CMYK
RGB Variations
Color information
#DE6EBD (or 0xDE6EBD) is known color: Orchid. HEX triplet: DE, 6E and BD. RGB value is (222,110,189). Sum of RGB (Red+Green+Blue) = 222+110+189=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6EBD is #219142. Grayscale: #989898. Windows color (decimal): -2199875 or 12414686. OLE color: 12414686.
HSL color Cylindrical-coordinate representation of color #DE6EBD: hue angle of 317.68º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6EBD is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 110 | 189 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.13 |
| HSL | 317.68º | 0.63% | 0.65% | - |
| HSV(B) | 317.68º | 0.5% | 0.87% | - |
| XYZ | 44.89 | 30.36 | 51.64 | - |
| YUV | 152.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 110 | 189 | 0 | 0.50 | 0.15 | 0.13 | 317.68 | 0.63 | 0.65 |
| Hex | DE | 6E | BD | 0 | 32 | F | D | 13E | 3F | 41 |
| Octal | 336 | 156 | 275 | 0 | 62 | 17 | 15 | 476 | 77 | 101 |
| Binary | 11011110 | 1101110 | 10111101 | 0 | 110010 | 1111 | 1101 | 100111110 | 111111 | 1000001 |
Color Harmonies of #DE6EBD
Complementary color
Monochromatic Colors of #DE6EBD
Black with #DE6EBD
Text Example
Text Example
White with #DE6EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6EBD; }
p { color: rgb(222,110,189); }
H1.HeaderClassName
{
color: #DE6EBD;
}
.AnyTagClassName
{
color: #DE6EBD;
}
</style>
background-color css
<style>
a { background-color: #DE6EBD; }
a { background-color: rgb(222,110,189); }
div.DivClassName
{
background-color: #DE6EBD;
}
.BgClassName
{
background-color: #DE6EBD;
}
</style>
border-color css
<style>
span { border-color: #DE6EBD; }
span { border-color: rgb(222,110,189); }
td.TdClassName
{
border-color: #DE6EBD;
}
.TagClassName
{
border-color: #DE6EBD;
}
</style>