#D49E9B

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

Shades of Petite Orchid #D49E9B

Tints of Petite Orchid #D49E9B

Color information

#D49E9B (or 0xD49E9B) is unknown color: approx Petite Orchid. HEX triplet: D4, 9E and 9B. RGB value is (212,158,155). Sum of RGB (Red+Green+Blue) = 212+158+155=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E9B is #2B6164. Grayscale: #ADADAD. Windows color (decimal): -2842981 or 10198740. OLE color: 10198740.

HSL color Cylindrical-coordinate representation of color #D49E9B: hue angle of 3.16º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49E9B is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212158155-
CMYK00.250.270.17
HSL3.16º39.86%71.96%-
HSV(B)3.16º26.89%83.14%-
XYZ45.2940.8236.5-
YUV173.8117.39155.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.38%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=40.38%
G=30.10%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215815500.250.270.173.1639.8671.96
HexD49E9B0191B1132848
Octal3242362330313321350110
Binary1101010010011110100110110110011101110001111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E9B; }

 p { color: rgb(212,158,155); }

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

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

 a { background-color: rgb(212,158,155); }

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

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

 span { border-color: rgb(212,158,155); }

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