Shades of Orchid #DF7FCC
Tints of Orchid #DF7FCC
RGB
CMYK
RGB Variations
Color information
#DF7FCC (or 0xDF7FCC) is known color: Orchid. HEX triplet: DF, 7F and CC. RGB value is (223,127,204). Sum of RGB (Red+Green+Blue) = 223+127+204=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FCC is #208033. Grayscale: #A4A4A4. Windows color (decimal): -2129972 or 13402079. OLE color: 13402079.
HSL color Cylindrical-coordinate representation of color #DF7FCC: hue angle of 311.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7FCC is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 204 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.13 |
| HSL | 311.88º | 0.6% | 0.69% | - |
| HSV(B) | 311.88º | 0.43% | 0.87% | - |
| XYZ | 48.92 | 35.23 | 61.35 | - |
| YUV | 164.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 204 | 0 | 0.43 | 0.09 | 0.13 | 311.88 | 0.6 | 0.69 |
| Hex | DF | 7F | CC | 0 | 2B | 9 | D | 138 | 3C | 45 |
| Octal | 337 | 177 | 314 | 0 | 53 | 11 | 15 | 470 | 74 | 105 |
| Binary | 11011111 | 1111111 | 11001100 | 0 | 101011 | 1001 | 1101 | 100111000 | 111100 | 1000101 |
Color Harmonies of #DF7FCC
Complementary color
Monochromatic Colors of #DF7FCC
Black with #DF7FCC
Text Example
Text Example
White with #DF7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FCC; }
p { color: rgb(223,127,204); }
H1.HeaderClassName
{
color: #DF7FCC;
}
.AnyTagClassName
{
color: #DF7FCC;
}
</style>
background-color css
<style>
a { background-color: #DF7FCC; }
a { background-color: rgb(223,127,204); }
div.DivClassName
{
background-color: #DF7FCC;
}
.BgClassName
{
background-color: #DF7FCC;
}
</style>
border-color css
<style>
span { border-color: #DF7FCC; }
span { border-color: rgb(223,127,204); }
td.TdClassName
{
border-color: #DF7FCC;
}
.TagClassName
{
border-color: #DF7FCC;
}
</style>