Html Css Color HEX #E876CD Orchid

📋 copy color: '#E876CD'

red 232 ◦ green 118 ◦ blue 205

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

Shades of Orchid #E876CD

Tints of Orchid #E876CD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.26%

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

R = 41.8%
G = 21.26%
B = 36.94%

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

#E876CD (or 0xE876CD) is known color: Orchid. HEX triplet: E8, 76 and CD. RGB value is (232,118,205). Sum of RGB (Red+Green+Blue) = 232+118+205=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E876CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876CD is #178932. Grayscale: #A1A1A1. Windows color (decimal): -1542451 or 13465320. OLE color: 13465320.

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

Color convert

RGB 232 118 205 -
CMYK 0 0.49 0.12 0.09
HSL 314.21º 0.71% 0.69% -
HSV(B) 314.21º 0.49% 0.91% -
XYZ 50.78 34.52 61.74 -
YUV 162 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 232 118 205 0 0.49 0.12 0.09 314.21 0.71 0.69
Hex E8 76 CD 0 31 C 9 13A 47 45
Octal 350 166 315 0 61 14 11 472 107 105
Binary 11101000 1110110 11001101 0 110001 1100 1001 100111010 1000111 1000101

Color Harmonies of #E876CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E876CD

Black with #E876CD

Text Example


Text Example

White with #E876CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E876CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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