#D18E8D

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

Shades of Petite Orchid #D18E8D

Tints of Petite Orchid #D18E8D

Color information

#D18E8D (or 0xD18E8D) is unknown color: approx Petite Orchid. HEX triplet: D1, 8E and 8D. RGB value is (209,142,141). Sum of RGB (Red+Green+Blue) = 209+142+141=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18E8D is #2E7172. Grayscale: #A1A1A1. Windows color (decimal): -3043699 or 9277137. OLE color: 9277137.

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

Color convert

RGB209142141-
CMYK00.320.330.18
HSL0.88º42.5%68.63%-
HSV(B)0.88º32.54%81.96%-
XYZ40.7834.8229.77-
YUV161.92116.2161.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 141 (55.47% from 255) = 28.66%
R=42.48%
G=28.86%
B=28.66%

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
Decimal20914214100.320.330.180.8842.568.63
HexD18E8D020211212a45
Octal3212162150404122152105
Binary11010001100011101000110101000001000011001011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18E8D; }

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

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

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

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

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

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

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

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