Html Css Color HEX #E878CD Orchid

📋 copy color: '#E878CD'

red 232 ◦ green 120 ◦ blue 205

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

Shades of Orchid #E878CD

Tints of Orchid #E878CD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.54%

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

R = 41.65%
G = 21.54%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E878CD (or 0xE878CD) is known color: Orchid. HEX triplet: E8, 78 and CD. RGB value is (232,120,205). Sum of RGB (Red+Green+Blue) = 232+120+205=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E878CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E878CD is #178732. Grayscale: #A2A2A2. Windows color (decimal): -1541939 or 13465832. OLE color: 13465832.

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

Color convert

RGB 232 120 205 -
CMYK 0 0.48 0.12 0.09
HSL 314.46º 0.71% 0.69% -
HSV(B) 314.46º 0.48% 0.91% -
XYZ 51.01 35 61.82 -
YUV 163.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 232 120 205 0 0.48 0.12 0.09 314.46 0.71 0.69
Hex E8 78 CD 0 30 C 9 13A 47 45
Octal 350 170 315 0 60 14 11 472 107 105
Binary 11101000 1111000 11001101 0 110000 1100 1001 100111010 1000111 1000101

Color Harmonies of #E878CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E878CD

Black with #E878CD

Text Example


Text Example

White with #E878CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E878CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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