#D19692

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

Shades of Petite Orchid #D19692

Tints of Petite Orchid #D19692

Color information

#D19692 (or 0xD19692) is unknown color: approx Petite Orchid. HEX triplet: D1, 96 and 92. RGB value is (209,150,146). Sum of RGB (Red+Green+Blue) = 209+150+146=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D19692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19692 is #2E696D. Grayscale: #A7A7A7. Windows color (decimal): -3041646 or 9606865. OLE color: 9606865.

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

Color convert

RGB209150146-
CMYK00.280.300.18
HSL3.81º40.65%69.61%-
HSV(B)3.81º30.14%81.96%-
XYZ42.3937.4432.19-
YUV167.18116.05157.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.39%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=41.39%
G=29.70%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915014600.280.300.183.8140.6569.61
HexD1969201C1E1242946
Octal3212262220343622451106
Binary11010001100101101001001001110011110100101001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19692; }

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

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

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

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

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

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

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

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