#D19490

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

Shades of Petite Orchid #D19490

Tints of Petite Orchid #D19490

Color information

#D19490 (or 0xD19490) is unknown color: approx Petite Orchid. HEX triplet: D1, 94 and 90. RGB value is (209,148,144). Sum of RGB (Red+Green+Blue) = 209+148+144=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D19490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19490 is #2E6B6F. Grayscale: #A5A5A5. Windows color (decimal): -3042160 or 9475281. OLE color: 9475281.

HSL color Cylindrical-coordinate representation of color #D19490: hue angle of 3.69º 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 #D19490 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB209148144-
CMYK00.290.310.18
HSL3.69º41.4%69.22%-
HSV(B)3.69º31.1%81.96%-
XYZ41.9236.7531.27-
YUV165.78115.71158.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.72%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=41.72%
G=29.54%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914814400.290.310.183.6941.469.22
HexD1949001D1F1242945
Octal3212242200353722451105
Binary11010001100101001001000001110111111100101001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19490; }

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

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

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

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

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

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

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

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