Shades of Orchid #DF7FCE
Tints of Orchid #DF7FCE
RGB
CMYK
RGB Variations
Color information
#DF7FCE (or 0xDF7FCE) is known color: Orchid. HEX triplet: DF, 7F and CE. RGB value is (223,127,206). Sum of RGB (Red+Green+Blue) = 223+127+206=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FCE is #208031. Grayscale: #A4A4A4. Windows color (decimal): -2129970 or 13533151. OLE color: 13533151.
HSL color Cylindrical-coordinate representation of color #DF7FCE: hue angle of 310.62º 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 #DF7FCE is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 206 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.13 |
| HSL | 310.63º | 0.6% | 0.69% | - |
| HSV(B) | 310.63º | 0.43% | 0.87% | - |
| XYZ | 49.16 | 35.32 | 62.62 | - |
| YUV | 164.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 206 | 0 | 0.43 | 0.08 | 0.13 | 310.63 | 0.6 | 0.69 |
| Hex | DF | 7F | CE | 0 | 2B | 8 | D | 137 | 3C | 45 |
| Octal | 337 | 177 | 316 | 0 | 53 | 10 | 15 | 467 | 74 | 105 |
| Binary | 11011111 | 1111111 | 11001110 | 0 | 101011 | 1000 | 1101 | 100110111 | 111100 | 1000101 |
Color Harmonies of #DF7FCE
Complementary color
Monochromatic Colors of #DF7FCE
Black with #DF7FCE
Text Example
Text Example
White with #DF7FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FCE; }
p { color: rgb(223,127,206); }
H1.HeaderClassName
{
color: #DF7FCE;
}
.AnyTagClassName
{
color: #DF7FCE;
}
</style>
background-color css
<style>
a { background-color: #DF7FCE; }
a { background-color: rgb(223,127,206); }
div.DivClassName
{
background-color: #DF7FCE;
}
.BgClassName
{
background-color: #DF7FCE;
}
</style>
border-color css
<style>
span { border-color: #DF7FCE; }
span { border-color: rgb(223,127,206); }
td.TdClassName
{
border-color: #DF7FCE;
}
.TagClassName
{
border-color: #DF7FCE;
}
</style>