Shades of Orchid #DF7CC5
Tints of Orchid #DF7CC5
RGB
CMYK
RGB Variations
Color information
#DF7CC5 (or 0xDF7CC5) is known color: Orchid. HEX triplet: DF, 7C and C5. RGB value is (223,124,197). Sum of RGB (Red+Green+Blue) = 223+124+197=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CC5 is #20833A. Grayscale: #A1A1A1. Windows color (decimal): -2130747 or 12942559. OLE color: 12942559.
HSL color Cylindrical-coordinate representation of color #DF7CC5: hue angle of 315.76º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7CC5 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 197 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.13 |
| HSL | 315.76º | 0.61% | 0.68% | - |
| HSV(B) | 315.76º | 0.44% | 0.87% | - |
| XYZ | 47.72 | 34.13 | 56.9 | - |
| YUV | 161.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 197 | 0 | 0.44 | 0.12 | 0.13 | 315.76 | 0.61 | 0.68 |
| Hex | DF | 7C | C5 | 0 | 2C | C | D | 13C | 3D | 44 |
| Octal | 337 | 174 | 305 | 0 | 54 | 14 | 15 | 474 | 75 | 104 |
| Binary | 11011111 | 1111100 | 11000101 | 0 | 101100 | 1100 | 1101 | 100111100 | 111101 | 1000100 |
Color Harmonies of #DF7CC5
Complementary color
Monochromatic Colors of #DF7CC5
Black with #DF7CC5
Text Example
Text Example
White with #DF7CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CC5; }
p { color: rgb(223,124,197); }
H1.HeaderClassName
{
color: #DF7CC5;
}
.AnyTagClassName
{
color: #DF7CC5;
}
</style>
background-color css
<style>
a { background-color: #DF7CC5; }
a { background-color: rgb(223,124,197); }
div.DivClassName
{
background-color: #DF7CC5;
}
.BgClassName
{
background-color: #DF7CC5;
}
</style>
border-color css
<style>
span { border-color: #DF7CC5; }
span { border-color: rgb(223,124,197); }
td.TdClassName
{
border-color: #DF7CC5;
}
.TagClassName
{
border-color: #DF7CC5;
}
</style>