Shades of Petite Orchid #DC978A
Tints of Petite Orchid #DC978A
RGB
CMYK
RGB Variations
Color information
#DC978A (or 0xDC978A) is known color: Petite Orchid. HEX triplet: DC, 97 and 8A. RGB value is (220,151,138). Sum of RGB (Red+Green+Blue) = 220+151+138=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC978A is #236875. Grayscale: #AAAAAA. Windows color (decimal): -2320502 or 9082844. OLE color: 9082844.
HSL color Cylindrical-coordinate representation of color #DC978A: hue angle of 9.51º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC978A is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 138 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.14 |
| HSL | 9.51º | 0.54% | 0.7% | - |
| HSV(B) | 9.51º | 0.37% | 0.86% | - |
| XYZ | 45.17 | 39.18 | 29.23 | - |
| YUV | 170.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 138 | 0 | 0.31 | 0.37 | 0.14 | 9.51 | 0.54 | 0.7 |
| Hex | DC | 97 | 8A | 0 | 1F | 25 | E | A | 36 | 46 |
| Octal | 334 | 227 | 212 | 0 | 37 | 45 | 16 | 12 | 66 | 106 |
| Binary | 11011100 | 10010111 | 10001010 | 0 | 11111 | 100101 | 1110 | 1010 | 110110 | 1000110 |
Color Harmonies of #DC978A
Complementary color
Monochromatic Colors of #DC978A
Black with #DC978A
Text Example
Text Example
White with #DC978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC978A; }
p { color: rgb(220,151,138); }
H1.HeaderClassName
{
color: #DC978A;
}
.AnyTagClassName
{
color: #DC978A;
}
</style>
background-color css
<style>
a { background-color: #DC978A; }
a { background-color: rgb(220,151,138); }
div.DivClassName
{
background-color: #DC978A;
}
.BgClassName
{
background-color: #DC978A;
}
</style>
border-color css
<style>
span { border-color: #DC978A; }
span { border-color: rgb(220,151,138); }
td.TdClassName
{
border-color: #DC978A;
}
.TagClassName
{
border-color: #DC978A;
}
</style>