Shades of Orchid #DF7CDA
Tints of Orchid #DF7CDA
RGB
CMYK
RGB Variations
Color information
#DF7CDA (or 0xDF7CDA) is known color: Orchid. HEX triplet: DF, 7C and DA. RGB value is (223,124,218). Sum of RGB (Red+Green+Blue) = 223+124+218=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CDA is #208325. Grayscale: #A4A4A4. Windows color (decimal): -2130726 or 14318815. OLE color: 14318815.
HSL color Cylindrical-coordinate representation of color #DF7CDA: hue angle of 303.03º 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 #DF7CDA is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 218 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.13 |
| HSL | 303.03º | 0.61% | 0.68% | - |
| HSV(B) | 303.03º | 0.44% | 0.87% | - |
| XYZ | 50.29 | 35.17 | 70.47 | - |
| YUV | 164.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 218 | 0 | 0.44 | 0.02 | 0.13 | 303.03 | 0.61 | 0.68 |
| Hex | DF | 7C | DA | 0 | 2C | 2 | D | 12F | 3D | 44 |
| Octal | 337 | 174 | 332 | 0 | 54 | 2 | 15 | 457 | 75 | 104 |
| Binary | 11011111 | 1111100 | 11011010 | 0 | 101100 | 10 | 1101 | 100101111 | 111101 | 1000100 |
Color Harmonies of #DF7CDA
Complementary color
Monochromatic Colors of #DF7CDA
Black with #DF7CDA
Text Example
Text Example
White with #DF7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CDA; }
p { color: rgb(223,124,218); }
H1.HeaderClassName
{
color: #DF7CDA;
}
.AnyTagClassName
{
color: #DF7CDA;
}
</style>
background-color css
<style>
a { background-color: #DF7CDA; }
a { background-color: rgb(223,124,218); }
div.DivClassName
{
background-color: #DF7CDA;
}
.BgClassName
{
background-color: #DF7CDA;
}
</style>
border-color css
<style>
span { border-color: #DF7CDA; }
span { border-color: rgb(223,124,218); }
td.TdClassName
{
border-color: #DF7CDA;
}
.TagClassName
{
border-color: #DF7CDA;
}
</style>