Html Css Color HEX #E180DD Orchid

📋 copy color: '#E180DD'

red 225 ◦ green 128 ◦ blue 221

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

Shades of Orchid #E180DD

Tints of Orchid #E180DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 39.2%
G = 22.3%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E180DD (or 0xE180DD) is known color: Orchid. HEX triplet: E1, 80 and DD. RGB value is (225,128,221). Sum of RGB (Red+Green+Blue) = 225+128+221=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E180DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180DD is #1E7F22. Grayscale: #A7A7A7. Windows color (decimal): -1998627 or 14516449. OLE color: 14516449.

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

Color convert

RGB 225 128 221 -
CMYK 0 0.43 0.02 0.12
HSL 302.47º 0.62% 0.69% -
HSV(B) 302.47º 0.43% 0.88% -
XYZ 51.82 36.67 72.75 -
YUV 167.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 225 128 221 0 0.43 0.02 0.12 302.47 0.62 0.69
Hex E1 80 DD 0 2B 2 C 12E 3E 45
Octal 341 200 335 0 53 2 14 456 76 105
Binary 11100001 10000000 11011101 0 101011 10 1100 100101110 111110 1000101

Color Harmonies of #E180DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E180DD

Black with #E180DD

Text Example


Text Example

White with #E180DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E180DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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