Html Css Color HEX #E87CDC Orchid

📋 copy color: '#E87CDC'

red 232 ◦ green 124 ◦ blue 220

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

Shades of Orchid #E87CDC

Tints of Orchid #E87CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 40.28%
G = 21.53%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E87CDC (or 0xE87CDC) is known color: Orchid. HEX triplet: E8, 7C and DC. RGB value is (232,124,220). Sum of RGB (Red+Green+Blue) = 232+124+220=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CDC is #178323. Grayscale: #A6A6A6. Windows color (decimal): -1540900 or 14449896. OLE color: 14449896.

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

Color convert

RGB 232 124 220 -
CMYK 0 0.47 0.05 0.09
HSL 306.67º 0.7% 0.7% -
HSV(B) 306.67º 0.47% 0.91% -
XYZ 53.4 36.74 71.99 -
YUV 167.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 232 124 220 0 0.47 0.05 0.09 306.67 0.7 0.7
Hex E8 7C DC 0 2F 5 9 133 46 46
Octal 350 174 334 0 57 5 11 463 106 106
Binary 11101000 1111100 11011100 0 101111 101 1001 100110011 1000110 1000110

Color Harmonies of #E87CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87CDC

Black with #E87CDC

Text Example


Text Example

White with #E87CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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