Html Css Color HEX #D1978C Petite Orchid

📋 copy color: '#D1978C'

red 209 ◦ green 151 ◦ blue 140

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

Shades of Petite Orchid #D1978C

Tints of Petite Orchid #D1978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.2%

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

R = 41.8%
G = 30.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1978C (or 0xD1978C) is known color: Petite Orchid. HEX triplet: D1, 97 and 8C. RGB value is (209,151,140). Sum of RGB (Red+Green+Blue) = 209+151+140=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1978C is #2E6873. Grayscale: #A7A7A7. Windows color (decimal): -3041396 or 9213905. OLE color: 9213905.

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

Color convert

RGB 209 151 140 -
CMYK 0 0.28 0.33 0.18
HSL 9.57º 0.43% 0.68% -
HSV(B) 9.57º 0.33% 0.82% -
XYZ 42.09 37.58 29.85 -
YUV 167.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 209 151 140 0 0.28 0.33 0.18 9.57 0.43 0.68
Hex D1 97 8C 0 1C 21 12 A 2B 44
Octal 321 227 214 0 34 41 22 12 53 104
Binary 11010001 10010111 10001100 0 11100 100001 10010 1010 101011 1000100

Color Harmonies of #D1978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1978C

Black with #D1978C

Text Example


Text Example

White with #D1978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1978C; }

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

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

background-color css

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

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

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

border-color css

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

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

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