#D7988C

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

Shades of Petite Orchid #D7988C

Tints of Petite Orchid #D7988C

Color information

#D7988C (or 0xD7988C) is unknown color: approx Petite Orchid. HEX triplet: D7, 98 and 8C. RGB value is (215,152,140). Sum of RGB (Red+Green+Blue) = 215+152+140=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7988C is #286773. Grayscale: #A9A9A9. Windows color (decimal): -2647924 or 9214167. OLE color: 9214167.

HSL color Cylindrical-coordinate representation of color #D7988C: hue angle of 9.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 #D7988C is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB215152140-
CMYK00.290.350.16
HSL9.6º48.39%69.61%-
HSV(B)9.6º34.88%84.31%-
XYZ43.9938.829.98-
YUV169.47111.37160.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=42.41%
G=29.98%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515214000.290.350.169.648.3969.61
HexD7988C01D2310a3046
Octal32723021403543201260106
Binary1101011110011000100011000111011000111000010101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7988C; }

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

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

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

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

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

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

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

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