Html Css Color HEX #E773DF Orchid

📋 copy color: '#E773DF'

red 231 ◦ green 115 ◦ blue 223

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

Shades of Orchid #E773DF

Tints of Orchid #E773DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 40.6%
G = 20.21%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E773DF (or 0xE773DF) is known color: Orchid. HEX triplet: E7, 73 and DF. RGB value is (231,115,223). Sum of RGB (Red+Green+Blue) = 231+115+223=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E773DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773DF is #188C20. Grayscale: #A1A1A1. Windows color (decimal): -1608737 or 14644199. OLE color: 14644199.

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

Color convert

RGB 231 115 223 -
CMYK 0 0.50 0.03 0.09
HSL 304.14º 0.71% 0.68% -
HSV(B) 304.14º 0.5% 0.91% -
XYZ 52.41 34.58 73.72 -
YUV 162 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 231 115 223 0 0.50 0.03 0.09 304.14 0.71 0.68
Hex E7 73 DF 0 32 3 9 130 47 44
Octal 347 163 337 0 62 3 11 460 107 104
Binary 11100111 1110011 11011111 0 110010 11 1001 100110000 1000111 1000100

Color Harmonies of #E773DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773DF

Black with #E773DF

Text Example


Text Example

White with #E773DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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