#E69C9C

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

Shades of Petite Orchid #E69C9C

Tints of Petite Orchid #E69C9C

Color information

#E69C9C (or 0xE69C9C) is unknown color: approx Petite Orchid. HEX triplet: E6, 9C and 9C. RGB value is (230,156,156). Sum of RGB (Red+Green+Blue) = 230+156+156=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69C9C is #196363. Grayscale: #B2B2B2. Windows color (decimal): -1663844 or 10263782. OLE color: 10263782.

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

Color convert

RGB230156156-
CMYK00.320.320.10
HSL59.68%75.69%-
HSV(B)32.17%90.2%-
XYZ50.524337.09-
YUV178.13115.52165-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.44%
GREEN value IS 156 (61.33% from 255) = 28.78%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=42.44%
G=28.78%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015615600.320.320.10059.6875.69
HexE69C9C02020A03c4c
Octal3462342340404012074114
Binary1110011010011100100111000100000100000101001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69C9C; }

 p { color: rgb(230,156,156); }

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

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

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

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

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

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

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