Shades of Orchid #DE6FEA
Tints of Orchid #DE6FEA
RGB
CMYK
RGB Variations
Color information
#DE6FEA (or 0xDE6FEA) is known color: Orchid. HEX triplet: DE, 6F and EA. RGB value is (222,111,234). Sum of RGB (Red+Green+Blue) = 222+111+234=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6FEA is #219015. Grayscale: #9D9D9D. Windows color (decimal): -2199574 or 15364062. OLE color: 15364062.
HSL color Cylindrical-coordinate representation of color #DE6FEA: hue angle of 294.15º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE6FEA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 111 | 234 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.08 |
| HSL | 294.15º | 0.75% | 0.68% | - |
| HSV(B) | 294.15º | 0.53% | 0.92% | - |
| XYZ | 50.66 | 32.84 | 81.51 | - |
| YUV | 158.21 | 170.77 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 111 | 234 | 0.05 | 0.53 | 0 | 0.08 | 294.15 | 0.75 | 0.68 |
| Hex | DE | 6F | EA | 5 | 35 | 0 | 8 | 126 | 4B | 44 |
| Octal | 336 | 157 | 352 | 5 | 65 | 0 | 10 | 446 | 113 | 104 |
| Binary | 11011110 | 1101111 | 11101010 | 101 | 110101 | 0 | 1000 | 100100110 | 1001011 | 1000100 |
Color Harmonies of #DE6FEA
Complementary color
Monochromatic Colors of #DE6FEA
Black with #DE6FEA
Text Example
Text Example
White with #DE6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6FEA; }
p { color: rgb(222,111,234); }
H1.HeaderClassName
{
color: #DE6FEA;
}
.AnyTagClassName
{
color: #DE6FEA;
}
</style>
background-color css
<style>
a { background-color: #DE6FEA; }
a { background-color: rgb(222,111,234); }
div.DivClassName
{
background-color: #DE6FEA;
}
.BgClassName
{
background-color: #DE6FEA;
}
</style>
border-color css
<style>
span { border-color: #DE6FEA; }
span { border-color: rgb(222,111,234); }
td.TdClassName
{
border-color: #DE6FEA;
}
.TagClassName
{
border-color: #DE6FEA;
}
</style>