Shades of Orchid #DF7FCB
Tints of Orchid #DF7FCB
RGB
CMYK
RGB Variations
Color information
#DF7FCB (or 0xDF7FCB) is known color: Orchid. HEX triplet: DF, 7F and CB. RGB value is (223,127,203). Sum of RGB (Red+Green+Blue) = 223+127+203=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FCB is #208034. Grayscale: #A4A4A4. Windows color (decimal): -2129973 or 13336543. OLE color: 13336543.
HSL color Cylindrical-coordinate representation of color #DF7FCB: hue angle of 312.5º 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 #DF7FCB is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 203 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.13 |
| HSL | 312.5º | 0.6% | 0.69% | - |
| HSV(B) | 312.5º | 0.43% | 0.87% | - |
| XYZ | 48.8 | 35.18 | 60.72 | - |
| YUV | 164.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 203 | 0 | 0.43 | 0.09 | 0.13 | 312.5 | 0.6 | 0.69 |
| Hex | DF | 7F | CB | 0 | 2B | 9 | D | 138 | 3C | 45 |
| Octal | 337 | 177 | 313 | 0 | 53 | 11 | 15 | 470 | 74 | 105 |
| Binary | 11011111 | 1111111 | 11001011 | 0 | 101011 | 1001 | 1101 | 100111000 | 111100 | 1000101 |
Color Harmonies of #DF7FCB
Complementary color
Monochromatic Colors of #DF7FCB
Black with #DF7FCB
Text Example
Text Example
White with #DF7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FCB; }
p { color: rgb(223,127,203); }
H1.HeaderClassName
{
color: #DF7FCB;
}
.AnyTagClassName
{
color: #DF7FCB;
}
</style>
background-color css
<style>
a { background-color: #DF7FCB; }
a { background-color: rgb(223,127,203); }
div.DivClassName
{
background-color: #DF7FCB;
}
.BgClassName
{
background-color: #DF7FCB;
}
</style>
border-color css
<style>
span { border-color: #DF7FCB; }
span { border-color: rgb(223,127,203); }
td.TdClassName
{
border-color: #DF7FCB;
}
.TagClassName
{
border-color: #DF7FCB;
}
</style>