#D18E8E

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

Shades of Petite Orchid #D18E8E

Tints of Petite Orchid #D18E8E

Color information

#D18E8E (or 0xD18E8E) is unknown color: approx Petite Orchid. HEX triplet: D1, 8E and 8E. RGB value is (209,142,142). Sum of RGB (Red+Green+Blue) = 209+142+142=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18E8E is #2E7171. Grayscale: #A2A2A2. Windows color (decimal): -3043698 or 9342673. OLE color: 9342673.

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

Color convert

RGB209142142-
CMYK00.320.320.18
HSL42.14%68.82%-
HSV(B)32.06%81.96%-
XYZ40.8534.8530.17-
YUV162.03116.7161.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=42.39%
G=28.80%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914214200.320.320.18042.1468.82
HexD18E8E020201202a45
Octal3212162160404022052105
Binary11010001100011101000111001000001000001001001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E8E; }

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

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

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

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

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

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

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

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