Shades of Orchid #DF7ECA
Tints of Orchid #DF7ECA
RGB
CMYK
RGB Variations
Color information
#DF7ECA (or 0xDF7ECA) is known color: Orchid. HEX triplet: DF, 7E and CA. RGB value is (223,126,202). Sum of RGB (Red+Green+Blue) = 223+126+202=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ECA is #208135. Grayscale: #A3A3A3. Windows color (decimal): -2130230 or 13270751. OLE color: 13270751.
HSL color Cylindrical-coordinate representation of color #DF7ECA: hue angle of 312.99º 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 #DF7ECA is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 202 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.13 |
| HSL | 312.99º | 0.6% | 0.68% | - |
| HSV(B) | 312.99º | 0.43% | 0.87% | - |
| XYZ | 48.55 | 34.87 | 60.05 | - |
| YUV | 163.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 202 | 0 | 0.43 | 0.09 | 0.13 | 312.99 | 0.6 | 0.68 |
| Hex | DF | 7E | CA | 0 | 2B | 9 | D | 139 | 3C | 44 |
| Octal | 337 | 176 | 312 | 0 | 53 | 11 | 15 | 471 | 74 | 104 |
| Binary | 11011111 | 1111110 | 11001010 | 0 | 101011 | 1001 | 1101 | 100111001 | 111100 | 1000100 |
Color Harmonies of #DF7ECA
Complementary color
Monochromatic Colors of #DF7ECA
Black with #DF7ECA
Text Example
Text Example
White with #DF7ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7ECA; }
p { color: rgb(223,126,202); }
H1.HeaderClassName
{
color: #DF7ECA;
}
.AnyTagClassName
{
color: #DF7ECA;
}
</style>
background-color css
<style>
a { background-color: #DF7ECA; }
a { background-color: rgb(223,126,202); }
div.DivClassName
{
background-color: #DF7ECA;
}
.BgClassName
{
background-color: #DF7ECA;
}
</style>
border-color css
<style>
span { border-color: #DF7ECA; }
span { border-color: rgb(223,126,202); }
td.TdClassName
{
border-color: #DF7ECA;
}
.TagClassName
{
border-color: #DF7ECA;
}
</style>