Html Css Color HEX #D18E8B Petite Orchid

📋 copy color: '#D18E8B'

red 209 ◦ green 142 ◦ blue 139

#D18E8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D18E8B

Tints of Petite Orchid #D18E8B

RGB

 RED value IS 209 (82.03% from 255) = 42.65%

 GREEN value IS 142 (55.86% from 255) = 28.98%

 BLUE value IS 139 (54.69% from 255) = 28.37%

R = 42.65%
G = 28.98%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D18E8B (or 0xD18E8B) is known color: Petite Orchid. HEX triplet: D1, 8E and 8B. RGB value is (209,142,139). Sum of RGB (Red+Green+Blue) = 209+142+139=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18E8B is #2E7174. Grayscale: #A1A1A1. Windows color (decimal): -3043701 or 9146065. OLE color: 9146065.

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

Color convert

RGB 209 142 139 -
CMYK 0 0.32 0.33 0.18
HSL 2.57º 0.43% 0.68% -
HSV(B) 2.57º 0.33% 0.82% -
XYZ 40.63 34.77 29 -
YUV 161.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 209 142 139 0 0.32 0.33 0.18 2.57 0.43 0.68
Hex D1 8E 8B 0 20 21 12 3 2B 44
Octal 321 216 213 0 40 41 22 3 53 104
Binary 11010001 10001110 10001011 0 100000 100001 10010 11 101011 1000100

Color Harmonies of #D18E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E8B

Black with #D18E8B

Text Example


Text Example

White with #D18E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E8B; }

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

 H1.HeaderClassName
 {
   color: #D18E8B;
 }
 .AnyTagClassName
 {
   color: #D18E8B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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