Html Css Color HEX #E773CE Orchid

📋 copy color: '#E773CE'

red 231 ◦ green 115 ◦ blue 206

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

Shades of Orchid #E773CE

Tints of Orchid #E773CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.32%

R = 41.85%
G = 20.83%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E773CE (or 0xE773CE) is known color: Orchid. HEX triplet: E7, 73 and CE. RGB value is (231,115,206). Sum of RGB (Red+Green+Blue) = 231+115+206=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E773CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773CE is #188C31. Grayscale: #9F9F9F. Windows color (decimal): -1608754 or 13530087. OLE color: 13530087.

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

Color convert

RGB 231 115 206 -
CMYK 0 0.50 0.11 0.09
HSL 312.93º 0.71% 0.68% -
HSV(B) 312.93º 0.5% 0.91% -
XYZ 50.23 33.71 62.25 -
YUV 160.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 231 115 206 0 0.50 0.11 0.09 312.93 0.71 0.68
Hex E7 73 CE 0 32 B 9 139 47 44
Octal 347 163 316 0 62 13 11 471 107 104
Binary 11100111 1110011 11001110 0 110010 1011 1001 100111001 1000111 1000100

Color Harmonies of #E773CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773CE

Black with #E773CE

Text Example


Text Example

White with #E773CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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