#E770CF

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

Shades of Orchid #E770CF

Tints of Orchid #E770CF

Color information

#E770CF (or 0xE770CF) is unknown color: approx Orchid. HEX triplet: E7, 70 and CF. RGB value is (231,112,207). Sum of RGB (Red+Green+Blue) = 231+112+207=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E770CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770CF is #188F30. Grayscale: #9E9E9E. Windows color (decimal): -1609521 or 13594855. OLE color: 13594855.

HSL color Cylindrical-coordinate representation of color #E770CF: hue angle of 312.1º 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 #E770CF is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231112207-
CMYK00.520.100.09
HSL312.1º71.26%67.25%-
HSV(B)312.1º51.52%90.59%-
XYZ50.0133.0862.78-
YUV158.41155.42179.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 112 (44.14% from 255) = 20.36%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=42%
G=20.36%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111220700.520.100.09312.171.2667.25
HexE770CF034A91384743
Octal3471603170641211470107103
Binary1110011111100001100111101101001010100110011100010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E770CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E770CF; }

 p { color: rgb(231,112,207); }

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

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

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

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

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

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

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