Shades of Orchid #DE7FD6
Tints of Orchid #DE7FD6
RGB
CMYK
RGB Variations
Color information
#DE7FD6 (or 0xDE7FD6) is known color: Orchid. HEX triplet: DE, 7F and D6. RGB value is (222,127,214). Sum of RGB (Red+Green+Blue) = 222+127+214=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FD6 is #218029. Grayscale: #A5A5A5. Windows color (decimal): -2195498 or 14057438. OLE color: 14057438.
HSL color Cylindrical-coordinate representation of color #DE7FD6: hue angle of 305.05º 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 #DE7FD6 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 127 | 214 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.13 |
| HSL | 305.05º | 0.59% | 0.68% | - |
| HSV(B) | 305.05º | 0.43% | 0.87% | - |
| XYZ | 49.85 | 35.56 | 67.86 | - |
| YUV | 165.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 127 | 214 | 0 | 0.43 | 0.04 | 0.13 | 305.05 | 0.59 | 0.68 |
| Hex | DE | 7F | D6 | 0 | 2B | 4 | D | 131 | 3B | 44 |
| Octal | 336 | 177 | 326 | 0 | 53 | 4 | 15 | 461 | 73 | 104 |
| Binary | 11011110 | 1111111 | 11010110 | 0 | 101011 | 100 | 1101 | 100110001 | 111011 | 1000100 |
Color Harmonies of #DE7FD6
Complementary color
Monochromatic Colors of #DE7FD6
Black with #DE7FD6
Text Example
Text Example
White with #DE7FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7FD6; }
p { color: rgb(222,127,214); }
H1.HeaderClassName
{
color: #DE7FD6;
}
.AnyTagClassName
{
color: #DE7FD6;
}
</style>
background-color css
<style>
a { background-color: #DE7FD6; }
a { background-color: rgb(222,127,214); }
div.DivClassName
{
background-color: #DE7FD6;
}
.BgClassName
{
background-color: #DE7FD6;
}
</style>
border-color css
<style>
span { border-color: #DE7FD6; }
span { border-color: rgb(222,127,214); }
td.TdClassName
{
border-color: #DE7FD6;
}
.TagClassName
{
border-color: #DE7FD6;
}
</style>