Shades of Orchid #DF7CCB
Tints of Orchid #DF7CCB
RGB
CMYK
RGB Variations
Color information
#DF7CCB (or 0xDF7CCB) is known color: Orchid. HEX triplet: DF, 7C and CB. RGB value is (223,124,203). Sum of RGB (Red+Green+Blue) = 223+124+203=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CCB is #208334. Grayscale: #A2A2A2. Windows color (decimal): -2130741 or 13335775. OLE color: 13335775.
HSL color Cylindrical-coordinate representation of color #DF7CCB: hue angle of 312.12º 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 #DF7CCB is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 203 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.13 |
| HSL | 312.12º | 0.61% | 0.68% | - |
| HSV(B) | 312.12º | 0.44% | 0.87% | - |
| XYZ | 48.42 | 34.42 | 60.59 | - |
| YUV | 162.61 | 150.8 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 203 | 0 | 0.44 | 0.09 | 0.13 | 312.12 | 0.61 | 0.68 |
| Hex | DF | 7C | CB | 0 | 2C | 9 | D | 138 | 3D | 44 |
| Octal | 337 | 174 | 313 | 0 | 54 | 11 | 15 | 470 | 75 | 104 |
| Binary | 11011111 | 1111100 | 11001011 | 0 | 101100 | 1001 | 1101 | 100111000 | 111101 | 1000100 |
Color Harmonies of #DF7CCB
Complementary color
Monochromatic Colors of #DF7CCB
Black with #DF7CCB
Text Example
Text Example
White with #DF7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CCB; }
p { color: rgb(223,124,203); }
H1.HeaderClassName
{
color: #DF7CCB;
}
.AnyTagClassName
{
color: #DF7CCB;
}
</style>
background-color css
<style>
a { background-color: #DF7CCB; }
a { background-color: rgb(223,124,203); }
div.DivClassName
{
background-color: #DF7CCB;
}
.BgClassName
{
background-color: #DF7CCB;
}
</style>
border-color css
<style>
span { border-color: #DF7CCB; }
span { border-color: rgb(223,124,203); }
td.TdClassName
{
border-color: #DF7CCB;
}
.TagClassName
{
border-color: #DF7CCB;
}
</style>