Shades of Orchid #DE6BEA
Tints of Orchid #DE6BEA
RGB
CMYK
RGB Variations
Color information
#DE6BEA (or 0xDE6BEA) is known color: Orchid. HEX triplet: DE, 6B and EA. RGB value is (222,107,234). Sum of RGB (Red+Green+Blue) = 222+107+234=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE6BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6BEA is #219415. Grayscale: #9B9B9B. Windows color (decimal): -2200598 or 15363038. OLE color: 15363038.
HSL color Cylindrical-coordinate representation of color #DE6BEA: hue angle of 294.33º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE6BEA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 107 | 234 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.08 |
| HSL | 294.33º | 0.75% | 0.67% | - |
| HSV(B) | 294.33º | 0.54% | 0.92% | - |
| XYZ | 50.23 | 31.99 | 81.37 | - |
| YUV | 155.86 | 172.1 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 107 | 234 | 0.05 | 0.54 | 0 | 0.08 | 294.33 | 0.75 | 0.67 |
| Hex | DE | 6B | EA | 5 | 36 | 0 | 8 | 126 | 4B | 43 |
| Octal | 336 | 153 | 352 | 5 | 66 | 0 | 10 | 446 | 113 | 103 |
| Binary | 11011110 | 1101011 | 11101010 | 101 | 110110 | 0 | 1000 | 100100110 | 1001011 | 1000011 |
Color Harmonies of #DE6BEA
Complementary color
Monochromatic Colors of #DE6BEA
Black with #DE6BEA
Text Example
Text Example
White with #DE6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6BEA; }
p { color: rgb(222,107,234); }
H1.HeaderClassName
{
color: #DE6BEA;
}
.AnyTagClassName
{
color: #DE6BEA;
}
</style>
background-color css
<style>
a { background-color: #DE6BEA; }
a { background-color: rgb(222,107,234); }
div.DivClassName
{
background-color: #DE6BEA;
}
.BgClassName
{
background-color: #DE6BEA;
}
</style>
border-color css
<style>
span { border-color: #DE6BEA; }
span { border-color: rgb(222,107,234); }
td.TdClassName
{
border-color: #DE6BEA;
}
.TagClassName
{
border-color: #DE6BEA;
}
</style>