Shades of Orchid #DF75DC
Tints of Orchid #DF75DC
RGB
CMYK
RGB Variations
Color information
#DF75DC (or 0xDF75DC) is known color: Orchid. HEX triplet: DF, 75 and DC. RGB value is (223,117,220). Sum of RGB (Red+Green+Blue) = 223+117+220=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75DC is #208A23. Grayscale: #A0A0A0. Windows color (decimal): -2132516 or 14448095. OLE color: 14448095.
HSL color Cylindrical-coordinate representation of color #DF75DC: hue angle of 301.7º 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 #DF75DC is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 220 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.13 |
| HSL | 301.7º | 0.62% | 0.67% | - |
| HSV(B) | 301.7º | 0.48% | 0.87% | - |
| XYZ | 49.71 | 33.58 | 71.57 | - |
| YUV | 160.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 220 | 0 | 0.48 | 0.01 | 0.13 | 301.7 | 0.62 | 0.67 |
| Hex | DF | 75 | DC | 0 | 30 | 1 | D | 12E | 3E | 43 |
| Octal | 337 | 165 | 334 | 0 | 60 | 1 | 15 | 456 | 76 | 103 |
| Binary | 11011111 | 1110101 | 11011100 | 0 | 110000 | 1 | 1101 | 100101110 | 111110 | 1000011 |
Color Harmonies of #DF75DC
Complementary color
Monochromatic Colors of #DF75DC
Black with #DF75DC
Text Example
Text Example
White with #DF75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75DC; }
p { color: rgb(223,117,220); }
H1.HeaderClassName
{
color: #DF75DC;
}
.AnyTagClassName
{
color: #DF75DC;
}
</style>
background-color css
<style>
a { background-color: #DF75DC; }
a { background-color: rgb(223,117,220); }
div.DivClassName
{
background-color: #DF75DC;
}
.BgClassName
{
background-color: #DF75DC;
}
</style>
border-color css
<style>
span { border-color: #DF75DC; }
span { border-color: rgb(223,117,220); }
td.TdClassName
{
border-color: #DF75DC;
}
.TagClassName
{
border-color: #DF75DC;
}
</style>