Html Css Color HEX #E180CB Orchid

📋 copy color: '#E180CB'

red 225 ◦ green 128 ◦ blue 203

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

Shades of Orchid #E180CB

Tints of Orchid #E180CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.51%

R = 40.47%
G = 23.02%
B = 36.51%

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

#E180CB (or 0xE180CB) is known color: Orchid. HEX triplet: E1, 80 and CB. RGB value is (225,128,203). Sum of RGB (Red+Green+Blue) = 225+128+203=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E180CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180CB is #1E7F34. Grayscale: #A5A5A5. Windows color (decimal): -1998645 or 13336801. OLE color: 13336801.

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

Color convert

RGB 225 128 203 -
CMYK 0 0.43 0.10 0.12
HSL 313.61º 0.62% 0.69% -
HSV(B) 313.61º 0.43% 0.88% -
XYZ 49.55 35.76 60.79 -
YUV 165.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 225 128 203 0 0.43 0.10 0.12 313.61 0.62 0.69
Hex E1 80 CB 0 2B A C 13A 3E 45
Octal 341 200 313 0 53 12 14 472 76 105
Binary 11100001 10000000 11001011 0 101011 1010 1100 100111010 111110 1000101

Color Harmonies of #E180CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E180CB

Black with #E180CB

Text Example


Text Example

White with #E180CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E180CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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