Shades of Orchid #DF7CC6
Tints of Orchid #DF7CC6
RGB
CMYK
RGB Variations
Color information
#DF7CC6 (or 0xDF7CC6) is known color: Orchid. HEX triplet: DF, 7C and C6. RGB value is (223,124,198). Sum of RGB (Red+Green+Blue) = 223+124+198=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CC6 is #208339. Grayscale: #A1A1A1. Windows color (decimal): -2130746 or 13008095. OLE color: 13008095.
HSL color Cylindrical-coordinate representation of color #DF7CC6: hue angle of 315.15º 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 #DF7CC6 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 198 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.13 |
| HSL | 315.15º | 0.61% | 0.68% | - |
| HSV(B) | 315.15º | 0.44% | 0.87% | - |
| XYZ | 47.83 | 34.18 | 57.5 | - |
| YUV | 162.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 198 | 0 | 0.44 | 0.11 | 0.13 | 315.15 | 0.61 | 0.68 |
| Hex | DF | 7C | C6 | 0 | 2C | B | D | 13B | 3D | 44 |
| Octal | 337 | 174 | 306 | 0 | 54 | 13 | 15 | 473 | 75 | 104 |
| Binary | 11011111 | 1111100 | 11000110 | 0 | 101100 | 1011 | 1101 | 100111011 | 111101 | 1000100 |
Color Harmonies of #DF7CC6
Complementary color
Monochromatic Colors of #DF7CC6
Black with #DF7CC6
Text Example
Text Example
White with #DF7CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CC6; }
p { color: rgb(223,124,198); }
H1.HeaderClassName
{
color: #DF7CC6;
}
.AnyTagClassName
{
color: #DF7CC6;
}
</style>
background-color css
<style>
a { background-color: #DF7CC6; }
a { background-color: rgb(223,124,198); }
div.DivClassName
{
background-color: #DF7CC6;
}
.BgClassName
{
background-color: #DF7CC6;
}
</style>
border-color css
<style>
span { border-color: #DF7CC6; }
span { border-color: rgb(223,124,198); }
td.TdClassName
{
border-color: #DF7CC6;
}
.TagClassName
{
border-color: #DF7CC6;
}
</style>