Shades of Orchid #DE68E5
Tints of Orchid #DE68E5
RGB
CMYK
RGB Variations
Color information
#DE68E5 (or 0xDE68E5) is known color: Orchid. HEX triplet: DE, 68 and E5. RGB value is (222,104,229). Sum of RGB (Red+Green+Blue) = 222+104+229=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE68E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68E5 is #21971A. Grayscale: #999999. Windows color (decimal): -2201371 or 15034590. OLE color: 15034590.
HSL color Cylindrical-coordinate representation of color #DE68E5: hue angle of 296.64º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE68E5 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 104 | 229 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.10 |
| HSL | 296.64º | 0.71% | 0.65% | - |
| HSV(B) | 296.64º | 0.55% | 0.9% | - |
| XYZ | 49.22 | 31.09 | 77.54 | - |
| YUV | 153.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 229 | 0.03 | 0.55 | 0 | 0.10 | 296.64 | 0.71 | 0.65 |
| Hex | DE | 68 | E5 | 3 | 37 | 0 | A | 129 | 47 | 41 |
| Octal | 336 | 150 | 345 | 3 | 67 | 0 | 12 | 451 | 107 | 101 |
| Binary | 11011110 | 1101000 | 11100101 | 11 | 110111 | 0 | 1010 | 100101001 | 1000111 | 1000001 |
Color Harmonies of #DE68E5
Complementary color
Monochromatic Colors of #DE68E5
Black with #DE68E5
Text Example
Text Example
White with #DE68E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE68E5; }
p { color: rgb(222,104,229); }
H1.HeaderClassName
{
color: #DE68E5;
}
.AnyTagClassName
{
color: #DE68E5;
}
</style>
background-color css
<style>
a { background-color: #DE68E5; }
a { background-color: rgb(222,104,229); }
div.DivClassName
{
background-color: #DE68E5;
}
.BgClassName
{
background-color: #DE68E5;
}
</style>
border-color css
<style>
span { border-color: #DE68E5; }
span { border-color: rgb(222,104,229); }
td.TdClassName
{
border-color: #DE68E5;
}
.TagClassName
{
border-color: #DE68E5;
}
</style>