Shades of Petite Orchid #DC978F
Tints of Petite Orchid #DC978F
RGB
CMYK
RGB Variations
Color information
#DC978F (or 0xDC978F) is known color: Petite Orchid. HEX triplet: DC, 97 and 8F. RGB value is (220,151,143). Sum of RGB (Red+Green+Blue) = 220+151+143=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC978F is #236870. Grayscale: #AAAAAA. Windows color (decimal): -2320497 or 9410524. OLE color: 9410524.
HSL color Cylindrical-coordinate representation of color #DC978F: hue angle of 6.23º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC978F is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 143 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.14 |
| HSL | 6.23º | 0.52% | 0.71% | - |
| HSV(B) | 6.23º | 0.35% | 0.86% | - |
| XYZ | 45.54 | 39.33 | 31.18 | - |
| YUV | 170.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 143 | 0 | 0.31 | 0.35 | 0.14 | 6.23 | 0.52 | 0.71 |
| Hex | DC | 97 | 8F | 0 | 1F | 23 | E | 6 | 34 | 47 |
| Octal | 334 | 227 | 217 | 0 | 37 | 43 | 16 | 6 | 64 | 107 |
| Binary | 11011100 | 10010111 | 10001111 | 0 | 11111 | 100011 | 1110 | 110 | 110100 | 1000111 |
Color Harmonies of #DC978F
Complementary color
Monochromatic Colors of #DC978F
Black with #DC978F
Text Example
Text Example
White with #DC978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC978F; }
p { color: rgb(220,151,143); }
H1.HeaderClassName
{
color: #DC978F;
}
.AnyTagClassName
{
color: #DC978F;
}
</style>
background-color css
<style>
a { background-color: #DC978F; }
a { background-color: rgb(220,151,143); }
div.DivClassName
{
background-color: #DC978F;
}
.BgClassName
{
background-color: #DC978F;
}
</style>
border-color css
<style>
span { border-color: #DC978F; }
span { border-color: rgb(220,151,143); }
td.TdClassName
{
border-color: #DC978F;
}
.TagClassName
{
border-color: #DC978F;
}
</style>