Shades of Orchid #DE68C0
Tints of Orchid #DE68C0
RGB
CMYK
RGB Variations
Color information
#DE68C0 (or 0xDE68C0) is known color: Orchid. HEX triplet: DE, 68 and C0. RGB value is (222,104,192). Sum of RGB (Red+Green+Blue) = 222+104+192=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68C0 is #21973F. Grayscale: #959595. Windows color (decimal): -2201408 or 12609758. OLE color: 12609758.
HSL color Cylindrical-coordinate representation of color #DE68C0: hue angle of 315.25º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE68C0 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 192 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.13 |
| HSL | 315.25º | 0.64% | 0.64% | - |
| HSV(B) | 315.25º | 0.53% | 0.87% | - |
| XYZ | 44.59 | 29.24 | 53.16 | - |
| YUV | 149.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 192 | 0 | 0.53 | 0.14 | 0.13 | 315.25 | 0.64 | 0.64 |
| Hex | DE | 68 | C0 | 0 | 35 | E | D | 13B | 40 | 40 |
| Octal | 336 | 150 | 300 | 0 | 65 | 16 | 15 | 473 | 100 | 100 |
| Binary | 11011110 | 1101000 | 11000000 | 0 | 110101 | 1110 | 1101 | 100111011 | 1000000 | 1000000 |
Color Harmonies of #DE68C0
Complementary color
Monochromatic Colors of #DE68C0
Black with #DE68C0
Text Example
Text Example
White with #DE68C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE68C0; }
p { color: rgb(222,104,192); }
H1.HeaderClassName
{
color: #DE68C0;
}
.AnyTagClassName
{
color: #DE68C0;
}
</style>
background-color css
<style>
a { background-color: #DE68C0; }
a { background-color: rgb(222,104,192); }
div.DivClassName
{
background-color: #DE68C0;
}
.BgClassName
{
background-color: #DE68C0;
}
</style>
border-color css
<style>
span { border-color: #DE68C0; }
span { border-color: rgb(222,104,192); }
td.TdClassName
{
border-color: #DE68C0;
}
.TagClassName
{
border-color: #DE68C0;
}
</style>