Shades of Orchid #DF7EC6
Tints of Orchid #DF7EC6
RGB
CMYK
RGB Variations
Color information
#DF7EC6 (or 0xDF7EC6) is known color: Orchid. HEX triplet: DF, 7E and C6. RGB value is (223,126,198). Sum of RGB (Red+Green+Blue) = 223+126+198=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EC6 is #208139. Grayscale: #A3A3A3. Windows color (decimal): -2130234 or 13008607. OLE color: 13008607.
HSL color Cylindrical-coordinate representation of color #DF7EC6: hue angle of 315.46º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7EC6 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 126 | 198 | - |
CMYK | 0 | 0.43 | 0.11 | 0.13 |
HSL | 315.46º | 0.6% | 0.68% | - |
HSV(B) | 315.46º | 0.43% | 0.87% | - |
XYZ | 48.09 | 34.69 | 57.59 | - |
YUV | 163.21 | 147.64 | 170.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 126 | 198 | 0 | 0.43 | 0.11 | 0.13 | 315.46 | 0.6 | 0.68 |
Hex | DF | 7E | C6 | 0 | 2B | B | D | 13B | 3C | 44 |
Octal | 337 | 176 | 306 | 0 | 53 | 13 | 15 | 473 | 74 | 104 |
Binary | 11011111 | 1111110 | 11000110 | 0 | 101011 | 1011 | 1101 | 100111011 | 111100 | 1000100 |
Color Harmonies of #DF7EC6
Complementary color
Monochromatic Colors of #DF7EC6
Black with #DF7EC6
Text Example
Text Example
White with #DF7EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EC6; }
p { color: rgb(223,126,198); }
H1.HeaderClassName
{
color: #DF7EC6;
}
.AnyTagClassName
{
color: #DF7EC6;
}
</style>
background-color css
<style>
a { background-color: #DF7EC6; }
a { background-color: rgb(223,126,198); }
div.DivClassName
{
background-color: #DF7EC6;
}
.BgClassName
{
background-color: #DF7EC6;
}
</style>
border-color css
<style>
span { border-color: #DF7EC6; }
span { border-color: rgb(223,126,198); }
td.TdClassName
{
border-color: #DF7EC6;
}
.TagClassName
{
border-color: #DF7EC6;
}
</style>