#D18E8C

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

Shades of Petite Orchid #D18E8C

Tints of Petite Orchid #D18E8C

Color information

#D18E8C (or 0xD18E8C) is unknown color: approx Petite Orchid. HEX triplet: D1, 8E and 8C. RGB value is (209,142,140). Sum of RGB (Red+Green+Blue) = 209+142+140=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18E8C is #2E7173. Grayscale: #A1A1A1. Windows color (decimal): -3043700 or 9211601. OLE color: 9211601.

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

Color convert

RGB209142140-
CMYK00.320.330.18
HSL1.74º42.86%68.43%-
HSV(B)1.74º33.01%81.96%-
XYZ40.734.7929.38-
YUV161.8115.7161.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=42.57%
G=28.92%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914214000.320.330.181.7442.8668.43
HexD18E8C020211222b44
Octal3212162140404122253104
Binary110100011000111010001100010000010000110010101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E8C; }

 p { color: rgb(209,142,140); }

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

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

 a { background-color: rgb(209,142,140); }

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

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

 span { border-color: rgb(209,142,140); }

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