Shades of Petite Orchid #D5978C
Tints of Petite Orchid #D5978C
RGB
CMYK
RGB Variations
Color information
#D5978C (or 0xD5978C) is known color: Petite Orchid. HEX triplet: D5, 97 and 8C. RGB value is (213,151,140). Sum of RGB (Red+Green+Blue) = 213+151+140=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5978C is #2A6873. Grayscale: #A8A8A8. Windows color (decimal): -2779252 or 9213909. OLE color: 9213909.
HSL color Cylindrical-coordinate representation of color #D5978C: hue angle of 9.04º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5978C is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 140 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.16 |
| HSL | 9.04º | 0.46% | 0.69% | - |
| HSV(B) | 9.04º | 0.34% | 0.84% | - |
| XYZ | 43.24 | 38.17 | 29.9 | - |
| YUV | 168.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 140 | 0 | 0.29 | 0.34 | 0.16 | 9.04 | 0.46 | 0.69 |
| Hex | D5 | 97 | 8C | 0 | 1D | 22 | 10 | 9 | 2E | 45 |
| Octal | 325 | 227 | 214 | 0 | 35 | 42 | 20 | 11 | 56 | 105 |
| Binary | 11010101 | 10010111 | 10001100 | 0 | 11101 | 100010 | 10000 | 1001 | 101110 | 1000101 |
Color Harmonies of #D5978C
Complementary color
Monochromatic Colors of #D5978C
Black with #D5978C
Text Example
Text Example
White with #D5978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5978C; }
p { color: rgb(213,151,140); }
H1.HeaderClassName
{
color: #D5978C;
}
.AnyTagClassName
{
color: #D5978C;
}
</style>
background-color css
<style>
a { background-color: #D5978C; }
a { background-color: rgb(213,151,140); }
div.DivClassName
{
background-color: #D5978C;
}
.BgClassName
{
background-color: #D5978C;
}
</style>
border-color css
<style>
span { border-color: #D5978C; }
span { border-color: rgb(213,151,140); }
td.TdClassName
{
border-color: #D5978C;
}
.TagClassName
{
border-color: #D5978C;
}
</style>