#E771CA

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

Shades of Orchid #E771CA

Tints of Orchid #E771CA

Color information

#E771CA (or 0xE771CA) is unknown color: approx Orchid. HEX triplet: E7, 71 and CA. RGB value is (231,113,202). Sum of RGB (Red+Green+Blue) = 231+113+202=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E771CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771CA is #188E35. Grayscale: #9E9E9E. Windows color (decimal): -1609270 or 13267431. OLE color: 13267431.

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

Color convert

RGB231113202-
CMYK00.510.130.09
HSL314.75º71.08%67.45%-
HSV(B)314.75º51.08%90.59%-
XYZ49.5233.0659.65-
YUV158.43152.59179.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 113 (44.53% from 255) = 20.70%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=42.31%
G=20.70%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111320200.510.130.09314.7571.0867.45
HexE771CA033D913b4743
Octal3471613120631511473107103
Binary1110011111100011100101001100111101100110011101110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771CA; }

 p { color: rgb(231,113,202); }

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

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

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

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

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

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

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