Shades of Orchid #DE68C8
Tints of Orchid #DE68C8
RGB
CMYK
RGB Variations
Color information
#DE68C8 (or 0xDE68C8) is known color: Orchid. HEX triplet: DE, 68 and C8. RGB value is (222,104,200). Sum of RGB (Red+Green+Blue) = 222+104+200=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68C8 is #219737. Grayscale: #959595. Windows color (decimal): -2201400 or 13134046. OLE color: 13134046.
HSL color Cylindrical-coordinate representation of color #DE68C8: hue angle of 311.19º 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 #DE68C8 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 200 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.13 |
| HSL | 311.19º | 0.64% | 0.64% | - |
| HSV(B) | 311.19º | 0.53% | 0.87% | - |
| XYZ | 45.5 | 29.6 | 57.96 | - |
| YUV | 150.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 200 | 0 | 0.53 | 0.10 | 0.13 | 311.19 | 0.64 | 0.64 |
| Hex | DE | 68 | C8 | 0 | 35 | A | D | 137 | 40 | 40 |
| Octal | 336 | 150 | 310 | 0 | 65 | 12 | 15 | 467 | 100 | 100 |
| Binary | 11011110 | 1101000 | 11001000 | 0 | 110101 | 1010 | 1101 | 100110111 | 1000000 | 1000000 |
Color Harmonies of #DE68C8
Complementary color
Monochromatic Colors of #DE68C8
Black with #DE68C8
Text Example
Text Example
White with #DE68C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE68C8; }
p { color: rgb(222,104,200); }
H1.HeaderClassName
{
color: #DE68C8;
}
.AnyTagClassName
{
color: #DE68C8;
}
</style>
background-color css
<style>
a { background-color: #DE68C8; }
a { background-color: rgb(222,104,200); }
div.DivClassName
{
background-color: #DE68C8;
}
.BgClassName
{
background-color: #DE68C8;
}
</style>
border-color css
<style>
span { border-color: #DE68C8; }
span { border-color: rgb(222,104,200); }
td.TdClassName
{
border-color: #DE68C8;
}
.TagClassName
{
border-color: #DE68C8;
}
</style>