Shades of Petite Orchid #D88C8C
Tints of Petite Orchid #D88C8C
RGB
CMYK
RGB Variations
Color information
#D88C8C (or 0xD88C8C) is known color: Petite Orchid. HEX triplet: D8, 8C and 8C. RGB value is (216,140,140). Sum of RGB (Red+Green+Blue) = 216+140+140=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88C8C is #277373. Grayscale: #A2A2A2. Windows color (decimal): -2585460 or 9211096. OLE color: 9211096.
HSL color Cylindrical-coordinate representation of color #D88C8C: hue angle of 0º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88C8C is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 140 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.15 |
| HSL | 0º | 0.49% | 0.7% | - |
| HSV(B) | 0º | 0.35% | 0.85% | - |
| XYZ | 42.43 | 35.25 | 29.38 | - |
| YUV | 162.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 140 | 0 | 0.35 | 0.35 | 0.15 | 0 | 0.49 | 0.7 |
| Hex | D8 | 8C | 8C | 0 | 23 | 23 | F | 0 | 31 | 46 |
| Octal | 330 | 214 | 214 | 0 | 43 | 43 | 17 | 0 | 61 | 106 |
| Binary | 11011000 | 10001100 | 10001100 | 0 | 100011 | 100011 | 1111 | 0 | 110001 | 1000110 |
Color Harmonies of #D88C8C
Complementary color
Monochromatic Colors of #D88C8C
Black with #D88C8C
Text Example
Text Example
White with #D88C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C8C; }
p { color: rgb(216,140,140); }
H1.HeaderClassName
{
color: #D88C8C;
}
.AnyTagClassName
{
color: #D88C8C;
}
</style>
background-color css
<style>
a { background-color: #D88C8C; }
a { background-color: rgb(216,140,140); }
div.DivClassName
{
background-color: #D88C8C;
}
.BgClassName
{
background-color: #D88C8C;
}
</style>
border-color css
<style>
span { border-color: #D88C8C; }
span { border-color: rgb(216,140,140); }
td.TdClassName
{
border-color: #D88C8C;
}
.TagClassName
{
border-color: #D88C8C;
}
</style>