Html Css Color HEX #E09D9C Petite Orchid

📋 copy color: '#E09D9C'

red 224 ◦ green 157 ◦ blue 156

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

Shades of Petite Orchid #E09D9C

Tints of Petite Orchid #E09D9C

RGB

 RED value IS 224 (87.89% from 255) = 41.71%

 GREEN value IS 157 (61.72% from 255) = 29.24%

 BLUE value IS 156 (61.33% from 255) = 29.05%

R = 41.71%
G = 29.24%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E09D9C (or 0xE09D9C) is known color: Petite Orchid. HEX triplet: E0, 9D and 9C. RGB value is (224,157,156). Sum of RGB (Red+Green+Blue) = 224+157+156=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D9C is #1F6263. Grayscale: #B0B0B0. Windows color (decimal): -2056804 or 10264032. OLE color: 10264032.

HSL color Cylindrical-coordinate representation of color #E09D9C: hue angle of 0.88º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09D9C is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 157 156 -
CMYK 0 0.30 0.30 0.12
HSL 0.88º 0.52% 0.75% -
HSV(B) 0.88º 0.3% 0.88% -
XYZ 48.8 42.36 37.06 -
YUV 176.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 224 157 156 0 0.30 0.30 0.12 0.88 0.52 0.75
Hex E0 9D 9C 0 1E 1E C 1 34 4B
Octal 340 235 234 0 36 36 14 1 64 113
Binary 11100000 10011101 10011100 0 11110 11110 1100 1 110100 1001011

Color Harmonies of #E09D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09D9C

Black with #E09D9C

Text Example


Text Example

White with #E09D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09D9C; }

 p { color: rgb(224,157,156); }

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

background-color css

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

 a { background-color: rgb(224,157,156); }

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

border-color css

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

 span { border-color: rgb(224,157,156); }

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