Shades of Petite Orchid #D78D8B
Tints of Petite Orchid #D78D8B
RGB
CMYK
RGB Variations
Color information
#D78D8B (or 0xD78D8B) is known color: Petite Orchid. HEX triplet: D7, 8D and 8B. RGB value is (215,141,139). Sum of RGB (Red+Green+Blue) = 215+141+139=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78D8B is #287274. Grayscale: #A2A2A2. Windows color (decimal): -2650741 or 9145815. OLE color: 9145815.
HSL color Cylindrical-coordinate representation of color #D78D8B: hue angle of 1.58º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78D8B is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 139 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.16 |
| HSL | 1.58º | 0.49% | 0.69% | - |
| HSV(B) | 1.58º | 0.35% | 0.84% | - |
| XYZ | 42.21 | 35.36 | 29.03 | - |
| YUV | 162.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 139 | 0 | 0.34 | 0.35 | 0.16 | 1.58 | 0.49 | 0.69 |
| Hex | D7 | 8D | 8B | 0 | 22 | 23 | 10 | 2 | 31 | 45 |
| Octal | 327 | 215 | 213 | 0 | 42 | 43 | 20 | 2 | 61 | 105 |
| Binary | 11010111 | 10001101 | 10001011 | 0 | 100010 | 100011 | 10000 | 10 | 110001 | 1000101 |
Color Harmonies of #D78D8B
Complementary color
Monochromatic Colors of #D78D8B
Black with #D78D8B
Text Example
Text Example
White with #D78D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78D8B; }
p { color: rgb(215,141,139); }
H1.HeaderClassName
{
color: #D78D8B;
}
.AnyTagClassName
{
color: #D78D8B;
}
</style>
background-color css
<style>
a { background-color: #D78D8B; }
a { background-color: rgb(215,141,139); }
div.DivClassName
{
background-color: #D78D8B;
}
.BgClassName
{
background-color: #D78D8B;
}
</style>
border-color css
<style>
span { border-color: #D78D8B; }
span { border-color: rgb(215,141,139); }
td.TdClassName
{
border-color: #D78D8B;
}
.TagClassName
{
border-color: #D78D8B;
}
</style>