Shades of Orchid #DF7FDC
Tints of Orchid #DF7FDC
RGB
CMYK
RGB Variations
Color information
#DF7FDC (or 0xDF7FDC) is known color: Orchid. HEX triplet: DF, 7F and DC. RGB value is (223,127,220). Sum of RGB (Red+Green+Blue) = 223+127+220=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FDC is #208023. Grayscale: #A6A6A6. Windows color (decimal): -2129956 or 14450655. OLE color: 14450655.
HSL color Cylindrical-coordinate representation of color #DF7FDC: hue angle of 301.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7FDC is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 220 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.13 |
| HSL | 301.88º | 0.6% | 0.69% | - |
| HSV(B) | 301.88º | 0.43% | 0.87% | - |
| XYZ | 50.94 | 36.03 | 71.98 | - |
| YUV | 166.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 220 | 0 | 0.43 | 0.01 | 0.13 | 301.88 | 0.6 | 0.69 |
| Hex | DF | 7F | DC | 0 | 2B | 1 | D | 12E | 3C | 45 |
| Octal | 337 | 177 | 334 | 0 | 53 | 1 | 15 | 456 | 74 | 105 |
| Binary | 11011111 | 1111111 | 11011100 | 0 | 101011 | 1 | 1101 | 100101110 | 111100 | 1000101 |
Color Harmonies of #DF7FDC
Complementary color
Monochromatic Colors of #DF7FDC
Black with #DF7FDC
Text Example
Text Example
White with #DF7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FDC; }
p { color: rgb(223,127,220); }
H1.HeaderClassName
{
color: #DF7FDC;
}
.AnyTagClassName
{
color: #DF7FDC;
}
</style>
background-color css
<style>
a { background-color: #DF7FDC; }
a { background-color: rgb(223,127,220); }
div.DivClassName
{
background-color: #DF7FDC;
}
.BgClassName
{
background-color: #DF7FDC;
}
</style>
border-color css
<style>
span { border-color: #DF7FDC; }
span { border-color: rgb(223,127,220); }
td.TdClassName
{
border-color: #DF7FDC;
}
.TagClassName
{
border-color: #DF7FDC;
}
</style>