Html Css Color HEX #E87ACC Orchid

📋 copy color: '#E87ACC'

red 232 ◦ green 122 ◦ blue 204

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

Shades of Orchid #E87ACC

Tints of Orchid #E87ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 41.58%
G = 21.86%
B = 36.56%

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

#E87ACC (or 0xE87ACC) is known color: Orchid. HEX triplet: E8, 7A and CC. RGB value is (232,122,204). Sum of RGB (Red+Green+Blue) = 232+122+204=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E87ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87ACC is #178533. Grayscale: #A4A4A4. Windows color (decimal): -1541428 or 13400808. OLE color: 13400808.

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

Color convert

RGB 232 122 204 -
CMYK 0 0.47 0.12 0.09
HSL 315.27º 0.71% 0.69% -
HSV(B) 315.27º 0.47% 0.91% -
XYZ 51.14 35.43 61.27 -
YUV 164.24 150.44 176.33 -
System Red Green Blue C M Y K H S L
Decimal 232 122 204 0 0.47 0.12 0.09 315.27 0.71 0.69
Hex E8 7A CC 0 2F C 9 13B 47 45
Octal 350 172 314 0 57 14 11 473 107 105
Binary 11101000 1111010 11001100 0 101111 1100 1001 100111011 1000111 1000101

Color Harmonies of #E87ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87ACC

Black with #E87ACC

Text Example


Text Example

White with #E87ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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