Shades of Orchid #DE6FDC
Tints of Orchid #DE6FDC
RGB
CMYK
RGB Variations
Color information
#DE6FDC (or 0xDE6FDC) is known color: Orchid. HEX triplet: DE, 6F and DC. RGB value is (222,111,220). Sum of RGB (Red+Green+Blue) = 222+111+220=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6FDC is #219023. Grayscale: #9C9C9C. Windows color (decimal): -2199588 or 14446558. OLE color: 14446558.
HSL color Cylindrical-coordinate representation of color #DE6FDC: hue angle of 301.08º 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 #DE6FDC is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 111 | 220 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.13 |
| HSL | 301.08º | 0.63% | 0.65% | - |
| HSV(B) | 301.08º | 0.5% | 0.87% | - |
| XYZ | 48.73 | 32.07 | 71.33 | - |
| YUV | 156.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 111 | 220 | 0 | 0.5 | 0.01 | 0.13 | 301.08 | 0.63 | 0.65 |
| Hex | DE | 6F | DC | 0 | 32 | 1 | D | 12D | 3F | 41 |
| Octal | 336 | 157 | 334 | 0 | 62 | 1 | 15 | 455 | 77 | 101 |
| Binary | 11011110 | 1101111 | 11011100 | 0 | 110010 | 1 | 1101 | 100101101 | 111111 | 1000001 |
Color Harmonies of #DE6FDC
Complementary color
Monochromatic Colors of #DE6FDC
Black with #DE6FDC
Text Example
Text Example
White with #DE6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6FDC; }
p { color: rgb(222,111,220); }
H1.HeaderClassName
{
color: #DE6FDC;
}
.AnyTagClassName
{
color: #DE6FDC;
}
</style>
background-color css
<style>
a { background-color: #DE6FDC; }
a { background-color: rgb(222,111,220); }
div.DivClassName
{
background-color: #DE6FDC;
}
.BgClassName
{
background-color: #DE6FDC;
}
</style>
border-color css
<style>
span { border-color: #DE6FDC; }
span { border-color: rgb(222,111,220); }
td.TdClassName
{
border-color: #DE6FDC;
}
.TagClassName
{
border-color: #DE6FDC;
}
</style>