#D18F8E

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

Shades of Petite Orchid #D18F8E

Tints of Petite Orchid #D18F8E

Color information

#D18F8E (or 0xD18F8E) is unknown color: approx Petite Orchid. HEX triplet: D1, 8F and 8E. RGB value is (209,143,142). Sum of RGB (Red+Green+Blue) = 209+143+142=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18F8E is #2E7071. Grayscale: #A2A2A2. Windows color (decimal): -3043442 or 9342929. OLE color: 9342929.

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

Color convert

RGB209143142-
CMYK00.320.320.18
HSL0.9º42.14%68.82%-
HSV(B)0.9º32.06%81.96%-
XYZ4135.1530.22-
YUV162.62116.37161.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.31%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=42.31%
G=28.95%
B=28.74%

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
Decimal20914314200.320.320.180.942.1468.82
HexD18F8E020201212a45
Octal3212172160404022152105
Binary11010001100011111000111001000001000001001011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18F8E; }

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

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

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

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

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

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

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

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