Html Css Color HEX #E181CE Orchid

📋 copy color: '#E181CE'

red 225 ◦ green 129 ◦ blue 206

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

Shades of Orchid #E181CE

Tints of Orchid #E181CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.04%

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 40.18%
G = 23.04%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E181CE (or 0xE181CE) is known color: Orchid. HEX triplet: E1, 81 and CE. RGB value is (225,129,206). Sum of RGB (Red+Green+Blue) = 225+129+206=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E181CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181CE is #1E7E31. Grayscale: #A6A6A6. Windows color (decimal): -1998386 or 13533665. OLE color: 13533665.

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

Color convert

RGB 225 129 206 -
CMYK 0 0.43 0.08 0.12
HSL 311.88º 0.62% 0.69% -
HSV(B) 311.88º 0.43% 0.88% -
XYZ 50.04 36.16 62.74 -
YUV 166.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 225 129 206 0 0.43 0.08 0.12 311.88 0.62 0.69
Hex E1 81 CE 0 2B 8 C 138 3E 45
Octal 341 201 316 0 53 10 14 470 76 105
Binary 11100001 10000001 11001110 0 101011 1000 1100 100111000 111110 1000101

Color Harmonies of #E181CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E181CE

Black with #E181CE

Text Example


Text Example

White with #E181CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E181CE; }

 p { color: rgb(225,129,206); }

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

background-color css

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

 a { background-color: rgb(225,129,206); }

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

border-color css

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

 span { border-color: rgb(225,129,206); }

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