#E79D9D

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

Shades of Petite Orchid #E79D9D

Tints of Petite Orchid #E79D9D

Color information

#E79D9D (or 0xE79D9D) is unknown color: approx Petite Orchid. HEX triplet: E7, 9D and 9D. RGB value is (231,157,157). Sum of RGB (Red+Green+Blue) = 231+157+157=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79D9D is #186262. Grayscale: #B3B3B3. Windows color (decimal): -1598051 or 10329575. OLE color: 10329575.

HSL color Cylindrical-coordinate representation of color #E79D9D: hue angle of 0º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79D9D is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB231157157-
CMYK00.320.320.09
HSL60.66%76.08%-
HSV(B)32.03%90.59%-
XYZ51.143.5437.61-
YUV179.13115.52165-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 157 (61.72% from 255) = 28.81%
R=42.39%
G=28.81%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115715700.320.320.09060.6676.08
HexE79D9D02020903d4c
Octal3472352350404011075114
Binary1110011110011101100111010100000100000100101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79D9D; }

 p { color: rgb(231,157,157); }

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

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

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

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

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

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

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