Html Css Color HEX #E18ACD Orchid

📋 copy color: '#E18ACD'

red 225 ◦ green 138 ◦ blue 205

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

Shades of Orchid #E18ACD

Tints of Orchid #E18ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.3%

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

R = 39.61%
G = 24.3%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E18ACD (or 0xE18ACD) is known color: Orchid. HEX triplet: E1, 8A and CD. RGB value is (225,138,205). Sum of RGB (Red+Green+Blue) = 225+138+205=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ACD is #1E7532. Grayscale: #ABABAB. Windows color (decimal): -1996083 or 13470433. OLE color: 13470433.

HSL color Cylindrical-coordinate representation of color #E18ACD: hue angle of 313.79º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18ACD is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 205 -
CMYK 0 0.39 0.09 0.12
HSL 313.79º 0.59% 0.71% -
HSV(B) 313.79º 0.39% 0.88% -
XYZ 51.16 38.59 62.51 -
YUV 171.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 225 138 205 0 0.39 0.09 0.12 313.79 0.59 0.71
Hex E1 8A CD 0 27 9 C 13A 3B 47
Octal 341 212 315 0 47 11 14 472 73 107
Binary 11100001 10001010 11001101 0 100111 1001 1100 100111010 111011 1000111

Color Harmonies of #E18ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18ACD

Black with #E18ACD

Text Example


Text Example

White with #E18ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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