Html Css Color HEX #E87CDA Orchid

📋 copy color: '#E87CDA'

red 232 ◦ green 124 ◦ blue 218

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

Shades of Orchid #E87CDA

Tints of Orchid #E87CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 40.42%
G = 21.6%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E87CDA (or 0xE87CDA) is known color: Orchid. HEX triplet: E8, 7C and DA. RGB value is (232,124,218). Sum of RGB (Red+Green+Blue) = 232+124+218=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CDA is #178325. Grayscale: #A6A6A6. Windows color (decimal): -1540902 or 14318824. OLE color: 14318824.

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

Color convert

RGB 232 124 218 -
CMYK 0 0.47 0.06 0.09
HSL 307.78º 0.7% 0.7% -
HSV(B) 307.78º 0.47% 0.91% -
XYZ 53.14 36.63 70.6 -
YUV 167.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 232 124 218 0 0.47 0.06 0.09 307.78 0.7 0.7
Hex E8 7C DA 0 2F 6 9 134 46 46
Octal 350 174 332 0 57 6 11 464 106 106
Binary 11101000 1111100 11011010 0 101111 110 1001 100110100 1000110 1000110

Color Harmonies of #E87CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87CDA

Black with #E87CDA

Text Example


Text Example

White with #E87CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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