Html Css Color HEX #D1918C Petite Orchid

📋 copy color: '#D1918C'

red 209 ◦ green 145 ◦ blue 140

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

Shades of Petite Orchid #D1918C

Tints of Petite Orchid #D1918C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.35%

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 42.31%
G = 29.35%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1918C (or 0xD1918C) is known color: Petite Orchid. HEX triplet: D1, 91 and 8C. RGB value is (209,145,140). Sum of RGB (Red+Green+Blue) = 209+145+140=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D1918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1918C is #2E6E73. Grayscale: #A3A3A3. Windows color (decimal): -3042932 or 9212369. OLE color: 9212369.

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

Color convert

RGB 209 145 140 -
CMYK 0 0.31 0.33 0.18
HSL 4.35º 0.43% 0.68% -
HSV(B) 4.35º 0.33% 0.82% -
XYZ 41.15 35.7 29.53 -
YUV 163.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 209 145 140 0 0.31 0.33 0.18 4.35 0.43 0.68
Hex D1 91 8C 0 1F 21 12 4 2B 44
Octal 321 221 214 0 37 41 22 4 53 104
Binary 11010001 10010001 10001100 0 11111 100001 10010 100 101011 1000100

Color Harmonies of #D1918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1918C

Black with #D1918C

Text Example


Text Example

White with #D1918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1918C; }

 p { color: rgb(209,145,140); }

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

background-color css

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

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

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

border-color css

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

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

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