Html Css Color HEX #E180CA Orchid

📋 copy color: '#E180CA'

red 225 ◦ green 128 ◦ blue 202

#E180CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E180CA

Tints of Orchid #E180CA

RGB

 RED value IS 225 (88.28% from 255) = 40.54%

 GREEN value IS 128 (50.39% from 255) = 23.06%

 BLUE value IS 202 (79.3% from 255) = 36.4%

R = 40.54%
G = 23.06%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E180CA (or 0xE180CA) is known color: Orchid. HEX triplet: E1, 80 and CA. RGB value is (225,128,202). Sum of RGB (Red+Green+Blue) = 225+128+202=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E180CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180CA is #1E7F35. Grayscale: #A5A5A5. Windows color (decimal): -1998646 or 13271265. OLE color: 13271265.

HSL color Cylindrical-coordinate representation of color #E180CA: hue angle of 314.23º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180CA is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 128 202 -
CMYK 0 0.43 0.10 0.12
HSL 314.23º 0.62% 0.69% -
HSV(B) 314.23º 0.43% 0.88% -
XYZ 49.43 35.71 60.16 -
YUV 165.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 225 128 202 0 0.43 0.10 0.12 314.23 0.62 0.69
Hex E1 80 CA 0 2B A C 13A 3E 45
Octal 341 200 312 0 53 12 14 472 76 105
Binary 11100001 10000000 11001010 0 101011 1010 1100 100111010 111110 1000101

Color Harmonies of #E180CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E180CA

Black with #E180CA

Text Example


Text Example

White with #E180CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E180CA; }

 p { color: rgb(225,128,202); }

 H1.HeaderClassName
 {
   color: #E180CA;
 }
 .AnyTagClassName
 {
   color: #E180CA;
 }
</style>

background-color css

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

 a { background-color: rgb(225,128,202); }

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

border-color css

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

 span { border-color: rgb(225,128,202); }

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