#D19491

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

Shades of Petite Orchid #D19491

Tints of Petite Orchid #D19491

Color information

#D19491 (or 0xD19491) is unknown color: approx Petite Orchid. HEX triplet: D1, 94 and 91. RGB value is (209,148,145). Sum of RGB (Red+Green+Blue) = 209+148+145=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D19491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19491 is #2E6B6E. Grayscale: #A5A5A5. Windows color (decimal): -3042159 or 9540817. OLE color: 9540817.

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

Color convert

RGB209148145-
CMYK00.290.310.18
HSL2.81º41.03%69.41%-
HSV(B)2.81º30.62%81.96%-
XYZ4236.7831.67-
YUV165.9116.21158.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.63%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 145 (57.03% from 255) = 28.88%
R=41.63%
G=29.48%
B=28.88%

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
Decimal20914814500.290.310.182.8141.0369.41
HexD1949101D1F1232945
Octal3212242210353722351105
Binary1101000110010100100100010111011111110010111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19491; }

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

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

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

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

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

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

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

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