Html Css Color HEX #E87ACD Orchid

📋 copy color: '#E87ACD'

red 232 ◦ green 122 ◦ blue 205

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

Shades of Orchid #E87ACD

Tints of Orchid #E87ACD

RGB

 RED value IS 232 (91.02% from 255) = 41.5%

 GREEN value IS 122 (48.05% from 255) = 21.82%

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

R = 41.5%
G = 21.82%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E87ACD (or 0xE87ACD) is known color: Orchid. HEX triplet: E8, 7A and CD. RGB value is (232,122,205). Sum of RGB (Red+Green+Blue) = 232+122+205=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E87ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87ACD is #178532. Grayscale: #A4A4A4. Windows color (decimal): -1541427 or 13466344. OLE color: 13466344.

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

Color convert

RGB 232 122 205 -
CMYK 0 0.47 0.12 0.09
HSL 314.73º 0.71% 0.69% -
HSV(B) 314.73º 0.47% 0.91% -
XYZ 51.26 35.48 61.9 -
YUV 164.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 232 122 205 0 0.47 0.12 0.09 314.73 0.71 0.69
Hex E8 7A CD 0 2F C 9 13B 47 45
Octal 350 172 315 0 57 14 11 473 107 105
Binary 11101000 1111010 11001101 0 101111 1100 1001 100111011 1000111 1000101

Color Harmonies of #E87ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87ACD

Black with #E87ACD

Text Example


Text Example

White with #E87ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87ACD; }

 p { color: rgb(232,122,205); }

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

background-color css

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

 a { background-color: rgb(232,122,205); }

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

border-color css

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

 span { border-color: rgb(232,122,205); }

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