Html Css Color HEX #E877CD Orchid

📋 copy color: '#E877CD'

red 232 ◦ green 119 ◦ blue 205

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

Shades of Orchid #E877CD

Tints of Orchid #E877CD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.4%

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

R = 41.73%
G = 21.4%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E877CD (or 0xE877CD) is known color: Orchid. HEX triplet: E8, 77 and CD. RGB value is (232,119,205). Sum of RGB (Red+Green+Blue) = 232+119+205=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E877CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E877CD is #178832. Grayscale: #A2A2A2. Windows color (decimal): -1542195 or 13465576. OLE color: 13465576.

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

Color convert

RGB 232 119 205 -
CMYK 0 0.49 0.12 0.09
HSL 314.34º 0.71% 0.69% -
HSV(B) 314.34º 0.49% 0.91% -
XYZ 50.89 34.76 61.78 -
YUV 162.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 232 119 205 0 0.49 0.12 0.09 314.34 0.71 0.69
Hex E8 77 CD 0 31 C 9 13A 47 45
Octal 350 167 315 0 61 14 11 472 107 105
Binary 11101000 1110111 11001101 0 110001 1100 1001 100111010 1000111 1000101

Color Harmonies of #E877CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E877CD

Black with #E877CD

Text Example


Text Example

White with #E877CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E877CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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