Html Css Color HEX #E182CD Orchid

📋 copy color: '#E182CD'

red 225 ◦ green 130 ◦ blue 205

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

Shades of Orchid #E182CD

Tints of Orchid #E182CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.61%

R = 40.18%
G = 23.21%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E182CD (or 0xE182CD) is known color: Orchid. HEX triplet: E1, 82 and CD. RGB value is (225,130,205). Sum of RGB (Red+Green+Blue) = 225+130+205=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E182CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182CD is #1E7D32. Grayscale: #A6A6A6. Windows color (decimal): -1998131 or 13468385. OLE color: 13468385.

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

Color convert

RGB 225 130 205 -
CMYK 0 0.42 0.09 0.12
HSL 312.63º 0.61% 0.7% -
HSV(B) 312.63º 0.42% 0.88% -
XYZ 50.05 36.38 62.14 -
YUV 166.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 225 130 205 0 0.42 0.09 0.12 312.63 0.61 0.7
Hex E1 82 CD 0 2A 9 C 139 3D 46
Octal 341 202 315 0 52 11 14 471 75 106
Binary 11100001 10000010 11001101 0 101010 1001 1100 100111001 111101 1000110

Color Harmonies of #E182CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E182CD

Black with #E182CD

Text Example


Text Example

White with #E182CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E182CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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