Html Css Color HEX #E773DE Orchid

📋 copy color: '#E773DE'

red 231 ◦ green 115 ◦ blue 222

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

Shades of Orchid #E773DE

Tints of Orchid #E773DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 40.67%
G = 20.25%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E773DE (or 0xE773DE) is known color: Orchid. HEX triplet: E7, 73 and DE. RGB value is (231,115,222). Sum of RGB (Red+Green+Blue) = 231+115+222=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E773DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773DE is #188C21. Grayscale: #A1A1A1. Windows color (decimal): -1608738 or 14578663. OLE color: 14578663.

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

Color convert

RGB 231 115 222 -
CMYK 0 0.50 0.04 0.09
HSL 304.66º 0.71% 0.68% -
HSV(B) 304.66º 0.5% 0.91% -
XYZ 52.27 34.52 73.02 -
YUV 161.88 161.93 177.3 -
System Red Green Blue C M Y K H S L
Decimal 231 115 222 0 0.50 0.04 0.09 304.66 0.71 0.68
Hex E7 73 DE 0 32 4 9 131 47 44
Octal 347 163 336 0 62 4 11 461 107 104
Binary 11100111 1110011 11011110 0 110010 100 1001 100110001 1000111 1000100

Color Harmonies of #E773DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773DE

Black with #E773DE

Text Example


Text Example

White with #E773DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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