Shades of Orchid #DE68C5
Tints of Orchid #DE68C5
RGB
CMYK
RGB Variations
Color information
#DE68C5 (or 0xDE68C5) is known color: Orchid. HEX triplet: DE, 68 and C5. RGB value is (222,104,197). Sum of RGB (Red+Green+Blue) = 222+104+197=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68C5 is #21973A. Grayscale: #959595. Windows color (decimal): -2201403 or 12937438. OLE color: 12937438.
HSL color Cylindrical-coordinate representation of color #DE68C5: hue angle of 312.71º 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 #DE68C5 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 197 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.13 |
| HSL | 312.71º | 0.64% | 0.64% | - |
| HSV(B) | 312.71º | 0.53% | 0.87% | - |
| XYZ | 45.15 | 29.46 | 56.13 | - |
| YUV | 149.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 197 | 0 | 0.53 | 0.11 | 0.13 | 312.71 | 0.64 | 0.64 |
| Hex | DE | 68 | C5 | 0 | 35 | B | D | 139 | 40 | 40 |
| Octal | 336 | 150 | 305 | 0 | 65 | 13 | 15 | 471 | 100 | 100 |
| Binary | 11011110 | 1101000 | 11000101 | 0 | 110101 | 1011 | 1101 | 100111001 | 1000000 | 1000000 |
Color Harmonies of #DE68C5
Complementary color
Monochromatic Colors of #DE68C5
Black with #DE68C5
Text Example
Text Example
White with #DE68C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE68C5; }
p { color: rgb(222,104,197); }
H1.HeaderClassName
{
color: #DE68C5;
}
.AnyTagClassName
{
color: #DE68C5;
}
</style>
background-color css
<style>
a { background-color: #DE68C5; }
a { background-color: rgb(222,104,197); }
div.DivClassName
{
background-color: #DE68C5;
}
.BgClassName
{
background-color: #DE68C5;
}
</style>
border-color css
<style>
span { border-color: #DE68C5; }
span { border-color: rgb(222,104,197); }
td.TdClassName
{
border-color: #DE68C5;
}
.TagClassName
{
border-color: #DE68C5;
}
</style>