#D19391

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

Shades of Petite Orchid #D19391

Tints of Petite Orchid #D19391

Color information

#D19391 (or 0xD19391) is unknown color: approx Petite Orchid. HEX triplet: D1, 93 and 91. RGB value is (209,147,145). Sum of RGB (Red+Green+Blue) = 209+147+145=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D19391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19391 is #2E6C6E. Grayscale: #A5A5A5. Windows color (decimal): -3042415 or 9540561. OLE color: 9540561.

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

Color convert

RGB209147145-
CMYK00.300.310.18
HSL1.88º41.03%69.41%-
HSV(B)1.88º30.62%81.96%-
XYZ41.8436.4731.62-
YUV165.31116.54159.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.72%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 145 (57.03% from 255) = 28.94%
R=41.72%
G=29.34%
B=28.94%

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
Decimal20914714500.300.310.181.8841.0369.41
HexD1939101E1F1222945
Octal3212232210363722251105
Binary1101000110010011100100010111101111110010101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19391; }

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

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

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

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

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

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

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

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