Html Css Color HEX #E180D9 Orchid

📋 copy color: '#E180D9'

red 225 ◦ green 128 ◦ blue 217

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

Shades of Orchid #E180D9

Tints of Orchid #E180D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.07%

R = 39.47%
G = 22.46%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E180D9 (or 0xE180D9) is known color: Orchid. HEX triplet: E1, 80 and D9. RGB value is (225,128,217). Sum of RGB (Red+Green+Blue) = 225+128+217=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E180D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180D9 is #1E7F26. Grayscale: #A6A6A6. Windows color (decimal): -1998631 or 14254305. OLE color: 14254305.

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

Color convert

RGB 225 128 217 -
CMYK 0 0.43 0.04 0.12
HSL 304.95º 0.62% 0.69% -
HSV(B) 304.95º 0.43% 0.88% -
XYZ 51.29 36.46 69.98 -
YUV 167.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 225 128 217 0 0.43 0.04 0.12 304.95 0.62 0.69
Hex E1 80 D9 0 2B 4 C 131 3E 45
Octal 341 200 331 0 53 4 14 461 76 105
Binary 11100001 10000000 11011001 0 101011 100 1100 100110001 111110 1000101

Color Harmonies of #E180D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E180D9

Black with #E180D9

Text Example


Text Example

White with #E180D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E180D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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