#D49688

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

Shades of Petite Orchid #D49688

Tints of Petite Orchid #D49688

Color information

#D49688 (or 0xD49688) is unknown color: approx Petite Orchid. HEX triplet: D4, 96 and 88. RGB value is (212,150,136). Sum of RGB (Red+Green+Blue) = 212+150+136=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D49688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49688 is #2B6977. Grayscale: #A7A7A7. Windows color (decimal): -2845048 or 8951508. OLE color: 8951508.

HSL color Cylindrical-coordinate representation of color #D49688: hue angle of 11.05º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D49688 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB212150136-
CMYK00.290.360.17
HSL11.05º46.91%68.24%-
HSV(B)11.05º35.85%83.14%-
XYZ42.537.5928.31-
YUV166.94110.54160.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 136 (53.52% from 255) = 27.31%
R=42.57%
G=30.12%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215013600.290.360.1711.0546.9168.24
HexD4968801D2411b2f44
Octal32422621003544211357104
Binary1101010010010110100010000111011001001000110111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49688; }

 p { color: rgb(212,150,136); }

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

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

 a { background-color: rgb(212,150,136); }

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

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

 span { border-color: rgb(212,150,136); }

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