Shades of Orchid #DE6FE0
Tints of Orchid #DE6FE0
RGB
CMYK
RGB Variations
Color information
#DE6FE0 (or 0xDE6FE0) is known color: Orchid. HEX triplet: DE, 6F and E0. RGB value is (222,111,224). Sum of RGB (Red+Green+Blue) = 222+111+224=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6FE0 is #21901F. Grayscale: #9C9C9C. Windows color (decimal): -2199584 or 14708702. OLE color: 14708702.
HSL color Cylindrical-coordinate representation of color #DE6FE0: hue angle of 298.94º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6FE0 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 111 | 224 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.12 |
| HSL | 298.94º | 0.65% | 0.66% | - |
| HSV(B) | 298.94º | 0.5% | 0.88% | - |
| XYZ | 49.26 | 32.28 | 74.16 | - |
| YUV | 157.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 111 | 224 | 0.01 | 0.50 | 0 | 0.12 | 298.94 | 0.65 | 0.66 |
| Hex | DE | 6F | E0 | 1 | 32 | 0 | C | 12B | 41 | 42 |
| Octal | 336 | 157 | 340 | 1 | 62 | 0 | 14 | 453 | 101 | 102 |
| Binary | 11011110 | 1101111 | 11100000 | 1 | 110010 | 0 | 1100 | 100101011 | 1000001 | 1000010 |
Color Harmonies of #DE6FE0
Complementary color
Monochromatic Colors of #DE6FE0
Black with #DE6FE0
Text Example
Text Example
White with #DE6FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6FE0; }
p { color: rgb(222,111,224); }
H1.HeaderClassName
{
color: #DE6FE0;
}
.AnyTagClassName
{
color: #DE6FE0;
}
</style>
background-color css
<style>
a { background-color: #DE6FE0; }
a { background-color: rgb(222,111,224); }
div.DivClassName
{
background-color: #DE6FE0;
}
.BgClassName
{
background-color: #DE6FE0;
}
</style>
border-color css
<style>
span { border-color: #DE6FE0; }
span { border-color: rgb(222,111,224); }
td.TdClassName
{
border-color: #DE6FE0;
}
.TagClassName
{
border-color: #DE6FE0;
}
</style>