Shades of Orchid #DE75DB
Tints of Orchid #DE75DB
RGB
CMYK
RGB Variations
Color information
#DE75DB (or 0xDE75DB) is known color: Orchid. HEX triplet: DE, 75 and DB. RGB value is (222,117,219). Sum of RGB (Red+Green+Blue) = 222+117+219=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE75DB is #218A24. Grayscale: #9F9F9F. Windows color (decimal): -2198053 or 14382558. OLE color: 14382558.
HSL color Cylindrical-coordinate representation of color #DE75DB: hue angle of 301.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE75DB is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 117 | 219 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.13 |
| HSL | 301.71º | 0.61% | 0.66% | - |
| HSV(B) | 301.71º | 0.47% | 0.87% | - |
| XYZ | 49.27 | 33.37 | 70.86 | - |
| YUV | 160.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 117 | 219 | 0 | 0.47 | 0.01 | 0.13 | 301.71 | 0.61 | 0.66 |
| Hex | DE | 75 | DB | 0 | 2F | 1 | D | 12E | 3D | 42 |
| Octal | 336 | 165 | 333 | 0 | 57 | 1 | 15 | 456 | 75 | 102 |
| Binary | 11011110 | 1110101 | 11011011 | 0 | 101111 | 1 | 1101 | 100101110 | 111101 | 1000010 |
Color Harmonies of #DE75DB
Complementary color
Monochromatic Colors of #DE75DB
Black with #DE75DB
Text Example
Text Example
White with #DE75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE75DB; }
p { color: rgb(222,117,219); }
H1.HeaderClassName
{
color: #DE75DB;
}
.AnyTagClassName
{
color: #DE75DB;
}
</style>
background-color css
<style>
a { background-color: #DE75DB; }
a { background-color: rgb(222,117,219); }
div.DivClassName
{
background-color: #DE75DB;
}
.BgClassName
{
background-color: #DE75DB;
}
</style>
border-color css
<style>
span { border-color: #DE75DB; }
span { border-color: rgb(222,117,219); }
td.TdClassName
{
border-color: #DE75DB;
}
.TagClassName
{
border-color: #DE75DB;
}
</style>