Html Css Color HEX #E773C9 Orchid

📋 copy color: '#E773C9'

red 231 ◦ green 115 ◦ blue 201

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

Shades of Orchid #E773C9

Tints of Orchid #E773C9

RGB

 RED value IS 231 (90.63% from 255) = 42.23%

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

 BLUE value IS 201 (78.91% from 255) = 36.75%

R = 42.23%
G = 21.02%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E773C9 (or 0xE773C9) is known color: Orchid. HEX triplet: E7, 73 and C9. RGB value is (231,115,201). Sum of RGB (Red+Green+Blue) = 231+115+201=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E773C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773C9 is #188C36. Grayscale: #9F9F9F. Windows color (decimal): -1608759 or 13202407. OLE color: 13202407.

HSL color Cylindrical-coordinate representation of color #E773C9: hue angle of 315.52º degrees, saturation: 0.71, 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 #E773C9 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 115 201 -
CMYK 0 0.50 0.13 0.09
HSL 315.52º 0.71% 0.68% -
HSV(B) 315.52º 0.5% 0.91% -
XYZ 49.63 33.47 59.1 -
YUV 159.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 231 115 201 0 0.50 0.13 0.09 315.52 0.71 0.68
Hex E7 73 C9 0 32 D 9 13C 47 44
Octal 347 163 311 0 62 15 11 474 107 104
Binary 11100111 1110011 11001001 0 110010 1101 1001 100111100 1000111 1000100

Color Harmonies of #E773C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773C9

Black with #E773C9

Text Example


Text Example

White with #E773C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773C9; }

 p { color: rgb(231,115,201); }

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

background-color css

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

 a { background-color: rgb(231,115,201); }

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

border-color css

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

 span { border-color: rgb(231,115,201); }

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