Html Css Color HEX #E180D1 Orchid

📋 copy color: '#E180D1'

red 225 ◦ green 128 ◦ blue 209

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

Shades of Orchid #E180D1

Tints of Orchid #E180D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.19%

R = 40.04%
G = 22.78%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E180D1 (or 0xE180D1) is known color: Orchid. HEX triplet: E1, 80 and D1. RGB value is (225,128,209). Sum of RGB (Red+Green+Blue) = 225+128+209=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E180D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180D1 is #1E7F2E. Grayscale: #A6A6A6. Windows color (decimal): -1998639 or 13730017. OLE color: 13730017.

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

Color convert

RGB 225 128 209 -
CMYK 0 0.43 0.07 0.12
HSL 309.9º 0.62% 0.69% -
HSV(B) 309.9º 0.43% 0.88% -
XYZ 50.28 36.05 64.63 -
YUV 166.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 225 128 209 0 0.43 0.07 0.12 309.9 0.62 0.69
Hex E1 80 D1 0 2B 7 C 136 3E 45
Octal 341 200 321 0 53 7 14 466 76 105
Binary 11100001 10000000 11010001 0 101011 111 1100 100110110 111110 1000101

Color Harmonies of #E180D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E180D1

Black with #E180D1

Text Example


Text Example

White with #E180D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E180D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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