Shades of Petite Orchid #D78E8C
Tints of Petite Orchid #D78E8C
RGB
CMYK
RGB Variations
Color information
#D78E8C (or 0xD78E8C) is known color: Petite Orchid. HEX triplet: D7, 8E and 8C. RGB value is (215,142,140). Sum of RGB (Red+Green+Blue) = 215+142+140=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78E8C is #287173. Grayscale: #A3A3A3. Windows color (decimal): -2650484 or 9211607. OLE color: 9211607.
HSL color Cylindrical-coordinate representation of color #D78E8C: hue angle of 1.6º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78E8C is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 140 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.16 |
| HSL | 1.6º | 0.48% | 0.7% | - |
| HSV(B) | 1.6º | 0.35% | 0.84% | - |
| XYZ | 42.43 | 35.69 | 29.46 | - |
| YUV | 163.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 140 | 0 | 0.34 | 0.35 | 0.16 | 1.6 | 0.48 | 0.7 |
| Hex | D7 | 8E | 8C | 0 | 22 | 23 | 10 | 2 | 30 | 46 |
| Octal | 327 | 216 | 214 | 0 | 42 | 43 | 20 | 2 | 60 | 106 |
| Binary | 11010111 | 10001110 | 10001100 | 0 | 100010 | 100011 | 10000 | 10 | 110000 | 1000110 |
Color Harmonies of #D78E8C
Complementary color
Monochromatic Colors of #D78E8C
Black with #D78E8C
Text Example
Text Example
White with #D78E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E8C; }
p { color: rgb(215,142,140); }
H1.HeaderClassName
{
color: #D78E8C;
}
.AnyTagClassName
{
color: #D78E8C;
}
</style>
background-color css
<style>
a { background-color: #D78E8C; }
a { background-color: rgb(215,142,140); }
div.DivClassName
{
background-color: #D78E8C;
}
.BgClassName
{
background-color: #D78E8C;
}
</style>
border-color css
<style>
span { border-color: #D78E8C; }
span { border-color: rgb(215,142,140); }
td.TdClassName
{
border-color: #D78E8C;
}
.TagClassName
{
border-color: #D78E8C;
}
</style>