#D19290

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

Shades of Petite Orchid #D19290

Tints of Petite Orchid #D19290

Color information

#D19290 (or 0xD19290) is unknown color: approx Petite Orchid. HEX triplet: D1, 92 and 90. RGB value is (209,146,144). Sum of RGB (Red+Green+Blue) = 209+146+144=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D19290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19290 is #2E6D6F. Grayscale: #A4A4A4. Windows color (decimal): -3042672 or 9474769. OLE color: 9474769.

HSL color Cylindrical-coordinate representation of color #D19290: hue angle of 1.85º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D19290 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB209146144-
CMYK00.300.310.18
HSL1.85º41.4%69.22%-
HSV(B)1.85º31.1%81.96%-
XYZ41.6136.1331.17-
YUV164.61116.37159.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.88%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=41.88%
G=29.26%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914614400.300.310.181.8541.469.22
HexD1929001E1F1222945
Octal3212222200363722251105
Binary1101000110010010100100000111101111110010101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19290; }

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

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

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

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

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

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

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

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