#D19492

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

Shades of Petite Orchid #D19492

Tints of Petite Orchid #D19492

Color information

#D19492 (or 0xD19492) is unknown color: approx Petite Orchid. HEX triplet: D1, 94 and 92. RGB value is (209,148,146). Sum of RGB (Red+Green+Blue) = 209+148+146=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D19492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19492 is #2E6B6D. Grayscale: #A6A6A6. Windows color (decimal): -3042158 or 9606353. OLE color: 9606353.

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

Color convert

RGB209148146-
CMYK00.290.300.18
HSL1.9º40.65%69.61%-
HSV(B)1.9º30.14%81.96%-
XYZ42.0736.8132.08-
YUV166.01116.71158.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.55%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=41.55%
G=29.42%
B=29.03%

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
Decimal20914814600.290.300.181.940.6569.61
HexD1949201D1E1222946
Octal3212242220353622251106
Binary1101000110010100100100100111011111010010101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19492; }

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

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

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

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

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

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

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

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