#D19493

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

Shades of Petite Orchid #D19493

Tints of Petite Orchid #D19493

Color information

#D19493 (or 0xD19493) is unknown color: approx Petite Orchid. HEX triplet: D1, 94 and 93. RGB value is (209,148,147). Sum of RGB (Red+Green+Blue) = 209+148+147=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D19493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19493 is #2E6B6C. Grayscale: #A6A6A6. Windows color (decimal): -3042157 or 9671889. OLE color: 9671889.

HSL color Cylindrical-coordinate representation of color #D19493: hue angle of 0.97º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19493 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB209148147-
CMYK00.290.300.18
HSL0.97º40.26%69.8%-
HSV(B)0.97º29.67%81.96%-
XYZ42.1536.8432.49-
YUV166.12117.21158.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=41.47%
G=29.37%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914814700.290.300.180.9740.2669.8
HexD1949301D1E1212846
Octal3212242230353622150106
Binary110100011001010010010011011101111101001011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19493; }

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

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

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

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

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

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

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

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