Shades of Orchid #DE72E6
Tints of Orchid #DE72E6
RGB
CMYK
RGB Variations
Color information
#DE72E6 (or 0xDE72E6) is known color: Orchid. HEX triplet: DE, 72 and E6. RGB value is (222,114,230). Sum of RGB (Red+Green+Blue) = 222+114+230=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE72E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE72E6 is #218D19. Grayscale: #9F9F9F. Windows color (decimal): -2198810 or 15102686. OLE color: 15102686.
HSL color Cylindrical-coordinate representation of color #DE72E6: hue angle of 295.86º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE72E6 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 114 | 230 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.10 |
| HSL | 295.86º | 0.7% | 0.67% | - |
| HSV(B) | 295.86º | 0.5% | 0.9% | - |
| XYZ | 50.42 | 33.28 | 78.63 | - |
| YUV | 159.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 114 | 230 | 0.03 | 0.50 | 0 | 0.10 | 295.86 | 0.7 | 0.67 |
| Hex | DE | 72 | E6 | 3 | 32 | 0 | A | 128 | 46 | 43 |
| Octal | 336 | 162 | 346 | 3 | 62 | 0 | 12 | 450 | 106 | 103 |
| Binary | 11011110 | 1110010 | 11100110 | 11 | 110010 | 0 | 1010 | 100101000 | 1000110 | 1000011 |
Color Harmonies of #DE72E6
Complementary color
Monochromatic Colors of #DE72E6
Black with #DE72E6
Text Example
Text Example
White with #DE72E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE72E6; }
p { color: rgb(222,114,230); }
H1.HeaderClassName
{
color: #DE72E6;
}
.AnyTagClassName
{
color: #DE72E6;
}
</style>
background-color css
<style>
a { background-color: #DE72E6; }
a { background-color: rgb(222,114,230); }
div.DivClassName
{
background-color: #DE72E6;
}
.BgClassName
{
background-color: #DE72E6;
}
</style>
border-color css
<style>
span { border-color: #DE72E6; }
span { border-color: rgb(222,114,230); }
td.TdClassName
{
border-color: #DE72E6;
}
.TagClassName
{
border-color: #DE72E6;
}
</style>