Html Css Color HEX #E773DA Orchid

📋 copy color: '#E773DA'

red 231 ◦ green 115 ◦ blue 218

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

Shades of Orchid #E773DA

Tints of Orchid #E773DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.65%

R = 40.96%
G = 20.39%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E773DA (or 0xE773DA) is known color: Orchid. HEX triplet: E7, 73 and DA. RGB value is (231,115,218). Sum of RGB (Red+Green+Blue) = 231+115+218=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E773DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773DA is #188C25. Grayscale: #A1A1A1. Windows color (decimal): -1608742 or 14316519. OLE color: 14316519.

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

Color convert

RGB 231 115 218 -
CMYK 0 0.50 0.06 0.09
HSL 306.72º 0.71% 0.68% -
HSV(B) 306.72º 0.5% 0.91% -
XYZ 51.74 34.31 70.23 -
YUV 161.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 231 115 218 0 0.50 0.06 0.09 306.72 0.71 0.68
Hex E7 73 DA 0 32 6 9 133 47 44
Octal 347 163 332 0 62 6 11 463 107 104
Binary 11100111 1110011 11011010 0 110010 110 1001 100110011 1000111 1000100

Color Harmonies of #E773DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773DA

Black with #E773DA

Text Example


Text Example

White with #E773DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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