Html Css Color HEX #E87CCE Orchid

📋 copy color: '#E87CCE'

red 232 ◦ green 124 ◦ blue 206

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

Shades of Orchid #E87CCE

Tints of Orchid #E87CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.06%

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

R = 41.28%
G = 22.06%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E87CCE (or 0xE87CCE) is known color: Orchid. HEX triplet: E8, 7C and CE. RGB value is (232,124,206). Sum of RGB (Red+Green+Blue) = 232+124+206=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CCE is #178331. Grayscale: #A5A5A5. Windows color (decimal): -1540914 or 13532392. OLE color: 13532392.

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

Color convert

RGB 232 124 206 -
CMYK 0 0.47 0.11 0.09
HSL 314.44º 0.7% 0.7% -
HSV(B) 314.44º 0.47% 0.91% -
XYZ 51.63 36.03 62.63 -
YUV 165.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 232 124 206 0 0.47 0.11 0.09 314.44 0.7 0.7
Hex E8 7C CE 0 2F B 9 13A 46 46
Octal 350 174 316 0 57 13 11 472 106 106
Binary 11101000 1111100 11001110 0 101111 1011 1001 100111010 1000110 1000110

Color Harmonies of #E87CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87CCE

Black with #E87CCE

Text Example


Text Example

White with #E87CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87CCE; }

 p { color: rgb(232,124,206); }

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

background-color css

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

 a { background-color: rgb(232,124,206); }

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

border-color css

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

 span { border-color: rgb(232,124,206); }

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