Shades of Orchid #DF7FDF
Tints of Orchid #DF7FDF
RGB
CMYK
RGB Variations
Color information
#DF7FDF (or 0xDF7FDF) is known color: Orchid. HEX triplet: DF, 7F and DF. RGB value is (223,127,223). Sum of RGB (Red+Green+Blue) = 223+127+223=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FDF is #208020. Grayscale: #A6A6A6. Windows color (decimal): -2129953 or 14647263. OLE color: 14647263.
HSL color Cylindrical-coordinate representation of color #DF7FDF: hue angle of 300º 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 #DF7FDF is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 223 | - |
| CMYK | 0 | 0.43 | 0 | 0.13 |
| HSL | 300º | 0.6% | 0.69% | - |
| HSV(B) | 300º | 0.43% | 0.87% | - |
| XYZ | 51.34 | 36.19 | 74.09 | - |
| YUV | 166.65 | 159.8 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 223 | 0 | 0.43 | 0 | 0.13 | 300 | 0.6 | 0.69 |
| Hex | DF | 7F | DF | 0 | 2B | 0 | D | 12C | 3C | 45 |
| Octal | 337 | 177 | 337 | 0 | 53 | 0 | 15 | 454 | 74 | 105 |
| Binary | 11011111 | 1111111 | 11011111 | 0 | 101011 | 0 | 1101 | 100101100 | 111100 | 1000101 |
Color Harmonies of #DF7FDF
Complementary color
Monochromatic Colors of #DF7FDF
Black with #DF7FDF
Text Example
Text Example
White with #DF7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FDF; }
p { color: rgb(223,127,223); }
H1.HeaderClassName
{
color: #DF7FDF;
}
.AnyTagClassName
{
color: #DF7FDF;
}
</style>
background-color css
<style>
a { background-color: #DF7FDF; }
a { background-color: rgb(223,127,223); }
div.DivClassName
{
background-color: #DF7FDF;
}
.BgClassName
{
background-color: #DF7FDF;
}
</style>
border-color css
<style>
span { border-color: #DF7FDF; }
span { border-color: rgb(223,127,223); }
td.TdClassName
{
border-color: #DF7FDF;
}
.TagClassName
{
border-color: #DF7FDF;
}
</style>