#D1908E

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

Shades of Petite Orchid #D1908E

Tints of Petite Orchid #D1908E

Color information

#D1908E (or 0xD1908E) is unknown color: approx Petite Orchid. HEX triplet: D1, 90 and 8E. RGB value is (209,144,142). Sum of RGB (Red+Green+Blue) = 209+144+142=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1908E is #2E6F71. Grayscale: #A3A3A3. Windows color (decimal): -3043186 or 9343185. OLE color: 9343185.

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

Color convert

RGB209144142-
CMYK00.310.320.18
HSL1.79º42.14%68.82%-
HSV(B)1.79º32.06%81.96%-
XYZ41.1535.4530.27-
YUV163.21116.03160.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=42.22%
G=29.09%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914414200.310.320.181.7942.1468.82
HexD1908E01F201222a45
Octal3212202160374022252105
Binary11010001100100001000111001111110000010010101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1908E; }

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

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

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

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

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

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

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

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