Shades of Petite Orchid #DF8C8A
Tints of Petite Orchid #DF8C8A
RGB
CMYK
RGB Variations
Color information
#DF8C8A (or 0xDF8C8A) is known color: Petite Orchid. HEX triplet: DF, 8C and 8A. RGB value is (223,140,138). Sum of RGB (Red+Green+Blue) = 223+140+138=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8C8A is #207375. Grayscale: #A4A4A4. Windows color (decimal): -2126710 or 9080031. OLE color: 9080031.
HSL color Cylindrical-coordinate representation of color #DF8C8A: hue angle of 1.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8C8A is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 138 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.13 |
| HSL | 1.41º | 0.57% | 0.71% | - |
| HSV(B) | 1.41º | 0.38% | 0.87% | - |
| XYZ | 44.4 | 36.28 | 28.71 | - |
| YUV | 164.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 138 | 0 | 0.37 | 0.38 | 0.13 | 1.41 | 0.57 | 0.71 |
| Hex | DF | 8C | 8A | 0 | 25 | 26 | D | 1 | 39 | 47 |
| Octal | 337 | 214 | 212 | 0 | 45 | 46 | 15 | 1 | 71 | 107 |
| Binary | 11011111 | 10001100 | 10001010 | 0 | 100101 | 100110 | 1101 | 1 | 111001 | 1000111 |
Color Harmonies of #DF8C8A
Complementary color
Monochromatic Colors of #DF8C8A
Black with #DF8C8A
Text Example
Text Example
White with #DF8C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C8A; }
p { color: rgb(223,140,138); }
H1.HeaderClassName
{
color: #DF8C8A;
}
.AnyTagClassName
{
color: #DF8C8A;
}
</style>
background-color css
<style>
a { background-color: #DF8C8A; }
a { background-color: rgb(223,140,138); }
div.DivClassName
{
background-color: #DF8C8A;
}
.BgClassName
{
background-color: #DF8C8A;
}
</style>
border-color css
<style>
span { border-color: #DF8C8A; }
span { border-color: rgb(223,140,138); }
td.TdClassName
{
border-color: #DF8C8A;
}
.TagClassName
{
border-color: #DF8C8A;
}
</style>