#e770ca

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

Shades of Orchid #E770CA

Tints of Orchid #E770CA

Color information

#E770CA (or 0xE770CA) is unknown color: approx Orchid. HEX triplet: E7, 70 and CA. RGB value is (231,112,202). Sum of RGB (Red+Green+Blue) = 231+112+202=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E770CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770CA is #188F35. Grayscale: #9D9D9D. Windows color (decimal): -1609526 or 13267175. OLE color: 13267175.

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

Color convert

RGB231112202-
CMYK00.520.130.09
HSL314.62º71.26%67.25%-
HSV(B)314.62º51.52%90.59%-
XYZ49.4132.8459.61-
YUV157.84152.92180.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 112 (44.14% from 255) = 20.55%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=42.39%
G=20.55%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111220200.520.130.09314.6271.2667.25
HexE770CA034D913b4743
Octal3471603120641511473107103
Binary1110011111100001100101001101001101100110011101110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e770ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e770ca; }

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

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

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

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

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

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

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

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