#D19688

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

Shades of Petite Orchid #D19688

Tints of Petite Orchid #D19688

Color information

#D19688 (or 0xD19688) is unknown color: approx Petite Orchid. HEX triplet: D1, 96 and 88. RGB value is (209,150,136). Sum of RGB (Red+Green+Blue) = 209+150+136=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D19688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19688 is #2E6977. Grayscale: #A6A6A6. Windows color (decimal): -3041656 or 8951505. OLE color: 8951505.

HSL color Cylindrical-coordinate representation of color #D19688: hue angle of 11.51º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D19688 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB209150136-
CMYK00.280.350.18
HSL11.51º44.24%67.65%-
HSV(B)11.51º34.93%81.96%-
XYZ41.6437.1528.27-
YUV166.04111.05158.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=42.22%
G=30.30%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915013600.280.350.1811.5144.2467.65
HexD1968801C2312c2c44
Octal32122621003443221454104
Binary1101000110010110100010000111001000111001011001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19688; }

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

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

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

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

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

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

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

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