Shades of Orchid #DE6DE5
Tints of Orchid #DE6DE5
RGB
CMYK
RGB Variations
Color information
#DE6DE5 (or 0xDE6DE5) is known color: Orchid. HEX triplet: DE, 6D and E5. RGB value is (222,109,229). Sum of RGB (Red+Green+Blue) = 222+109+229=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE6DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DE5 is #21921A. Grayscale: #9C9C9C. Windows color (decimal): -2200091 or 15035870. OLE color: 15035870.
HSL color Cylindrical-coordinate representation of color #DE6DE5: hue angle of 296.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6DE5 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 109 | 229 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.10 |
| HSL | 296.5º | 0.7% | 0.66% | - |
| HSV(B) | 296.5º | 0.52% | 0.9% | - |
| XYZ | 49.74 | 32.12 | 77.71 | - |
| YUV | 156.47 | 168.94 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 229 | 0.03 | 0.52 | 0 | 0.10 | 296.5 | 0.7 | 0.66 |
| Hex | DE | 6D | E5 | 3 | 34 | 0 | A | 128 | 46 | 42 |
| Octal | 336 | 155 | 345 | 3 | 64 | 0 | 12 | 450 | 106 | 102 |
| Binary | 11011110 | 1101101 | 11100101 | 11 | 110100 | 0 | 1010 | 100101000 | 1000110 | 1000010 |
Color Harmonies of #DE6DE5
Complementary color
Monochromatic Colors of #DE6DE5
Black with #DE6DE5
Text Example
Text Example
White with #DE6DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6DE5; }
p { color: rgb(222,109,229); }
H1.HeaderClassName
{
color: #DE6DE5;
}
.AnyTagClassName
{
color: #DE6DE5;
}
</style>
background-color css
<style>
a { background-color: #DE6DE5; }
a { background-color: rgb(222,109,229); }
div.DivClassName
{
background-color: #DE6DE5;
}
.BgClassName
{
background-color: #DE6DE5;
}
</style>
border-color css
<style>
span { border-color: #DE6DE5; }
span { border-color: rgb(222,109,229); }
td.TdClassName
{
border-color: #DE6DE5;
}
.TagClassName
{
border-color: #DE6DE5;
}
</style>