Html Css Color HEX #E873CD Orchid

📋 copy color: '#E873CD'

red 232 ◦ green 115 ◦ blue 205

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

Shades of Orchid #E873CD

Tints of Orchid #E873CD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.83%

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

R = 42.03%
G = 20.83%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E873CD (or 0xE873CD) is known color: Orchid. HEX triplet: E8, 73 and CD. RGB value is (232,115,205). Sum of RGB (Red+Green+Blue) = 232+115+205=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E873CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873CD is #178C32. Grayscale: #A0A0A0. Windows color (decimal): -1543219 or 13464552. OLE color: 13464552.

HSL color Cylindrical-coordinate representation of color #E873CD: hue angle of 313.85º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E873CD is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 115 205 -
CMYK 0 0.50 0.12 0.09
HSL 313.85º 0.72% 0.68% -
HSV(B) 313.85º 0.5% 0.91% -
XYZ 50.43 33.83 61.63 -
YUV 160.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 232 115 205 0 0.50 0.12 0.09 313.85 0.72 0.68
Hex E8 73 CD 0 32 C 9 13A 48 44
Octal 350 163 315 0 62 14 11 472 110 104
Binary 11101000 1110011 11001101 0 110010 1100 1001 100111010 1001000 1000100

Color Harmonies of #E873CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E873CD

Black with #E873CD

Text Example


Text Example

White with #E873CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E873CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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