#D49290

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

Shades of Petite Orchid #D49290

Tints of Petite Orchid #D49290

Color information

#D49290 (or 0xD49290) is unknown color: approx Petite Orchid. HEX triplet: D4, 92 and 90. RGB value is (212,146,144). Sum of RGB (Red+Green+Blue) = 212+146+144=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D49290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49290 is #2B6D6F. Grayscale: #A5A5A5. Windows color (decimal): -2846064 or 9474772. OLE color: 9474772.

HSL color Cylindrical-coordinate representation of color #D49290: hue angle of 1.76º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49290 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB212146144-
CMYK00.310.320.17
HSL1.76º44.16%69.8%-
HSV(B)1.76º32.08%83.14%-
XYZ42.4636.5731.21-
YUV165.51115.87161.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.23%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=42.23%
G=29.08%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214614400.310.320.171.7644.1669.8
HexD4929001F201122c46
Octal3242222200374021254106
Binary11010100100100101001000001111110000010001101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49290; }

 p { color: rgb(212,146,144); }

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

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

 a { background-color: rgb(212,146,144); }

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

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

 span { border-color: rgb(212,146,144); }

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