#E76FCB

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

Shades of Orchid #E76FCB

Tints of Orchid #E76FCB

Color information

#E76FCB (or 0xE76FCB) is unknown color: approx Orchid. HEX triplet: E7, 6F and CB. RGB value is (231,111,203). Sum of RGB (Red+Green+Blue) = 231+111+203=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FCB is #189034. Grayscale: #9D9D9D. Windows color (decimal): -1609781 or 13332455. OLE color: 13332455.

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

Color convert

RGB231111203-
CMYK00.520.120.09
HSL314º71.43%67.06%-
HSV(B)314º51.95%90.59%-
XYZ49.4232.6760.2-
YUV157.37153.76180.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 111 (43.75% from 255) = 20.37%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=42.39%
G=20.37%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111120300.520.120.0931471.4367.06
HexE76FCB034C913a4743
Octal3471573130641411472107103
Binary1110011111011111100101101101001100100110011101010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76FCB; }

 p { color: rgb(231,111,203); }

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

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

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

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

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

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

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