#D8988C

Color #D8988C Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #D8988C

Tints of Petite Orchid #D8988C

Color information

#D8988C (or 0xD8988C) is unknown color: approx Petite Orchid. HEX triplet: D8, 98 and 8C. RGB value is (216,152,140). Sum of RGB (Red+Green+Blue) = 216+152+140=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8988C is #276773. Grayscale: #A9A9A9. Windows color (decimal): -2582388 or 9214168. OLE color: 9214168.

HSL color Cylindrical-coordinate representation of color #D8988C: hue angle of 9.47º 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 #D8988C is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB216152140-
CMYK00.300.350.15
HSL9.47º49.35%69.8%-
HSV(B)9.47º35.19%84.71%-
XYZ44.2838.9529.99-
YUV169.77111.2160.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 140 (55.08% from 255) = 27.56%
R=42.52%
G=29.92%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615214000.300.350.159.4749.3569.8
HexD8988C01E23F93146
Octal33023021403643171161106
Binary110110001001100010001100011110100011111110011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8988C; }

 p { color: rgb(216,152,140); }

 H1.HeaderClassName
 {
   color: #D8988C;
 }
 .AnyTagClassName
 {
   color: #D8988C;
 }
</style>
background-color css

<style>
 a { background-color: #D8988C; }

 a { background-color: rgb(216,152,140); }

 div.DivClassName
 {
   background-color: #D8988C;
 }
 .BgClassName
 {
   background-color: #D8988C;
 }
</style>
border-color css

<style>
 span { border-color: #D8988C; }

 span { border-color: rgb(216,152,140); }

 td.TdClassName
 {
   border-color: #D8988C;
 }
 .TagClassName
 {
   border-color: #D8988C;
 }
</style>