Html Css Color HEX #E182CE Orchid

📋 copy color: '#E182CE'

red 225 ◦ green 130 ◦ blue 206

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

Shades of Orchid #E182CE

Tints of Orchid #E182CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.17%

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

R = 40.11%
G = 23.17%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E182CE (or 0xE182CE) is known color: Orchid. HEX triplet: E1, 82 and CE. RGB value is (225,130,206). Sum of RGB (Red+Green+Blue) = 225+130+206=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E182CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182CE is #1E7D31. Grayscale: #A6A6A6. Windows color (decimal): -1998130 or 13533921. OLE color: 13533921.

HSL color Cylindrical-coordinate representation of color #E182CE: hue angle of 312º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182CE is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 206 -
CMYK 0 0.42 0.08 0.12
HSL 312º 0.61% 0.7% -
HSV(B) 312º 0.42% 0.88% -
XYZ 50.17 36.43 62.78 -
YUV 167.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 225 130 206 0 0.42 0.08 0.12 312 0.61 0.7
Hex E1 82 CE 0 2A 8 C 138 3D 46
Octal 341 202 316 0 52 10 14 470 75 106
Binary 11100001 10000010 11001110 0 101010 1000 1100 100111000 111101 1000110

Color Harmonies of #E182CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E182CE

Black with #E182CE

Text Example


Text Example

White with #E182CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E182CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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