Shades of Orchid #DF75DE
Tints of Orchid #DF75DE
RGB
CMYK
RGB Variations
Color information
#DF75DE (or 0xDF75DE) is known color: Orchid. HEX triplet: DF, 75 and DE. RGB value is (223,117,222). Sum of RGB (Red+Green+Blue) = 223+117+222=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75DE is #208A21. Grayscale: #A0A0A0. Windows color (decimal): -2132514 or 14579167. OLE color: 14579167.
HSL color Cylindrical-coordinate representation of color #DF75DE: hue angle of 300.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF75DE is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 222 | - |
| CMYK | 0 | 0.48 | 0.00 | 0.13 |
| HSL | 300.57º | 0.62% | 0.67% | - |
| HSV(B) | 300.57º | 0.48% | 0.87% | - |
| XYZ | 49.98 | 33.68 | 72.97 | - |
| YUV | 160.66 | 162.62 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 222 | 0 | 0.48 | 0.00 | 0.13 | 300.57 | 0.62 | 0.67 |
| Hex | DF | 75 | DE | 0 | 30 | 0 | D | 12D | 3E | 43 |
| Octal | 337 | 165 | 336 | 0 | 60 | 0 | 15 | 455 | 76 | 103 |
| Binary | 11011111 | 1110101 | 11011110 | 0 | 110000 | 0 | 1101 | 100101101 | 111110 | 1000011 |
Color Harmonies of #DF75DE
Complementary color
Monochromatic Colors of #DF75DE
Black with #DF75DE
Text Example
Text Example
White with #DF75DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75DE; }
p { color: rgb(223,117,222); }
H1.HeaderClassName
{
color: #DF75DE;
}
.AnyTagClassName
{
color: #DF75DE;
}
</style>
background-color css
<style>
a { background-color: #DF75DE; }
a { background-color: rgb(223,117,222); }
div.DivClassName
{
background-color: #DF75DE;
}
.BgClassName
{
background-color: #DF75DE;
}
</style>
border-color css
<style>
span { border-color: #DF75DE; }
span { border-color: rgb(223,117,222); }
td.TdClassName
{
border-color: #DF75DE;
}
.TagClassName
{
border-color: #DF75DE;
}
</style>