Shades of Orchid #DE68BC
Tints of Orchid #DE68BC
RGB
CMYK
RGB Variations
Color information
#DE68BC (or 0xDE68BC) is known color: Orchid. HEX triplet: DE, 68 and BC. RGB value is (222,104,188). Sum of RGB (Red+Green+Blue) = 222+104+188=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68BC is #219743. Grayscale: #949494. Windows color (decimal): -2201412 or 12347614. OLE color: 12347614.
HSL color Cylindrical-coordinate representation of color #DE68BC: hue angle of 317.29º 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 #DE68BC is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 188 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.13 |
| HSL | 317.29º | 0.64% | 0.64% | - |
| HSV(B) | 317.29º | 0.53% | 0.87% | - |
| XYZ | 44.15 | 29.06 | 50.86 | - |
| YUV | 148.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 188 | 0 | 0.53 | 0.15 | 0.13 | 317.29 | 0.64 | 0.64 |
| Hex | DE | 68 | BC | 0 | 35 | F | D | 13D | 40 | 40 |
| Octal | 336 | 150 | 274 | 0 | 65 | 17 | 15 | 475 | 100 | 100 |
| Binary | 11011110 | 1101000 | 10111100 | 0 | 110101 | 1111 | 1101 | 100111101 | 1000000 | 1000000 |
Color Harmonies of #DE68BC
Complementary color
Monochromatic Colors of #DE68BC
Black with #DE68BC
Text Example
Text Example
White with #DE68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE68BC; }
p { color: rgb(222,104,188); }
H1.HeaderClassName
{
color: #DE68BC;
}
.AnyTagClassName
{
color: #DE68BC;
}
</style>
background-color css
<style>
a { background-color: #DE68BC; }
a { background-color: rgb(222,104,188); }
div.DivClassName
{
background-color: #DE68BC;
}
.BgClassName
{
background-color: #DE68BC;
}
</style>
border-color css
<style>
span { border-color: #DE68BC; }
span { border-color: rgb(222,104,188); }
td.TdClassName
{
border-color: #DE68BC;
}
.TagClassName
{
border-color: #DE68BC;
}
</style>