Shades of Orchid #DE75D6
Tints of Orchid #DE75D6
RGB
CMYK
RGB Variations
Color information
#DE75D6 (or 0xDE75D6) is known color: Orchid. HEX triplet: DE, 75 and D6. RGB value is (222,117,214). Sum of RGB (Red+Green+Blue) = 222+117+214=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE75D6 is #218A29. Grayscale: #9F9F9F. Windows color (decimal): -2198058 or 14054878. OLE color: 14054878.
HSL color Cylindrical-coordinate representation of color #DE75D6: hue angle of 304.57º 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 #DE75D6 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 117 | 214 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.13 |
| HSL | 304.57º | 0.61% | 0.66% | - |
| HSV(B) | 304.57º | 0.47% | 0.87% | - |
| XYZ | 48.62 | 33.11 | 67.45 | - |
| YUV | 159.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 117 | 214 | 0 | 0.47 | 0.04 | 0.13 | 304.57 | 0.61 | 0.66 |
| Hex | DE | 75 | D6 | 0 | 2F | 4 | D | 131 | 3D | 42 |
| Octal | 336 | 165 | 326 | 0 | 57 | 4 | 15 | 461 | 75 | 102 |
| Binary | 11011110 | 1110101 | 11010110 | 0 | 101111 | 100 | 1101 | 100110001 | 111101 | 1000010 |
Color Harmonies of #DE75D6
Complementary color
Monochromatic Colors of #DE75D6
Black with #DE75D6
Text Example
Text Example
White with #DE75D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE75D6; }
p { color: rgb(222,117,214); }
H1.HeaderClassName
{
color: #DE75D6;
}
.AnyTagClassName
{
color: #DE75D6;
}
</style>
background-color css
<style>
a { background-color: #DE75D6; }
a { background-color: rgb(222,117,214); }
div.DivClassName
{
background-color: #DE75D6;
}
.BgClassName
{
background-color: #DE75D6;
}
</style>
border-color css
<style>
span { border-color: #DE75D6; }
span { border-color: rgb(222,117,214); }
td.TdClassName
{
border-color: #DE75D6;
}
.TagClassName
{
border-color: #DE75D6;
}
</style>