Shades of Petite Orchid #D78C8B
Tints of Petite Orchid #D78C8B
RGB
CMYK
RGB Variations
Color information
#D78C8B (or 0xD78C8B) is known color: Petite Orchid. HEX triplet: D7, 8C and 8B. RGB value is (215,140,139). Sum of RGB (Red+Green+Blue) = 215+140+139=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78C8B is #287374. Grayscale: #A2A2A2. Windows color (decimal): -2650997 or 9145559. OLE color: 9145559.
HSL color Cylindrical-coordinate representation of color #D78C8B: hue angle of 0.79º 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 #D78C8B is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 139 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.16 |
| HSL | 0.79º | 0.49% | 0.69% | - |
| HSV(B) | 0.79º | 0.35% | 0.84% | - |
| XYZ | 42.06 | 35.07 | 28.98 | - |
| YUV | 162.31 | 114.85 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 139 | 0 | 0.35 | 0.35 | 0.16 | 0.79 | 0.49 | 0.69 |
| Hex | D7 | 8C | 8B | 0 | 23 | 23 | 10 | 1 | 31 | 45 |
| Octal | 327 | 214 | 213 | 0 | 43 | 43 | 20 | 1 | 61 | 105 |
| Binary | 11010111 | 10001100 | 10001011 | 0 | 100011 | 100011 | 10000 | 1 | 110001 | 1000101 |
Color Harmonies of #D78C8B
Complementary color
Monochromatic Colors of #D78C8B
Black with #D78C8B
Text Example
Text Example
White with #D78C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C8B; }
p { color: rgb(215,140,139); }
H1.HeaderClassName
{
color: #D78C8B;
}
.AnyTagClassName
{
color: #D78C8B;
}
</style>
background-color css
<style>
a { background-color: #D78C8B; }
a { background-color: rgb(215,140,139); }
div.DivClassName
{
background-color: #D78C8B;
}
.BgClassName
{
background-color: #D78C8B;
}
</style>
border-color css
<style>
span { border-color: #D78C8B; }
span { border-color: rgb(215,140,139); }
td.TdClassName
{
border-color: #D78C8B;
}
.TagClassName
{
border-color: #D78C8B;
}
</style>