Html Css Color HEX #E773DC Orchid

📋 copy color: '#E773DC'

red 231 ◦ green 115 ◦ blue 220

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

Shades of Orchid #E773DC

Tints of Orchid #E773DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 40.81%
G = 20.32%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E773DC (or 0xE773DC) is known color: Orchid. HEX triplet: E7, 73 and DC. RGB value is (231,115,220). Sum of RGB (Red+Green+Blue) = 231+115+220=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E773DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773DC is #188C23. Grayscale: #A1A1A1. Windows color (decimal): -1608740 or 14447591. OLE color: 14447591.

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

Color convert

RGB 231 115 220 -
CMYK 0 0.50 0.05 0.09
HSL 305.69º 0.71% 0.68% -
HSV(B) 305.69º 0.5% 0.91% -
XYZ 52 34.42 71.61 -
YUV 161.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 231 115 220 0 0.50 0.05 0.09 305.69 0.71 0.68
Hex E7 73 DC 0 32 5 9 132 47 44
Octal 347 163 334 0 62 5 11 462 107 104
Binary 11100111 1110011 11011100 0 110010 101 1001 100110010 1000111 1000100

Color Harmonies of #E773DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773DC

Black with #E773DC

Text Example


Text Example

White with #E773DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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