Html Css Color HEX #E773CD Orchid

📋 copy color: '#E773CD'

red 231 ◦ green 115 ◦ blue 205

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

Shades of Orchid #E773CD

Tints of Orchid #E773CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.21%

R = 41.92%
G = 20.87%
B = 37.21%

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

#E773CD (or 0xE773CD) is known color: Orchid. HEX triplet: E7, 73 and CD. RGB value is (231,115,205). Sum of RGB (Red+Green+Blue) = 231+115+205=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E773CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773CD is #188C32. Grayscale: #9F9F9F. Windows color (decimal): -1608755 or 13464551. OLE color: 13464551.

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

Color convert

RGB 231 115 205 -
CMYK 0 0.50 0.11 0.09
HSL 313.45º 0.71% 0.68% -
HSV(B) 313.45º 0.5% 0.91% -
XYZ 50.11 33.66 61.61 -
YUV 159.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 231 115 205 0 0.50 0.11 0.09 313.45 0.71 0.68
Hex E7 73 CD 0 32 B 9 139 47 44
Octal 347 163 315 0 62 13 11 471 107 104
Binary 11100111 1110011 11001101 0 110010 1011 1001 100111001 1000111 1000100

Color Harmonies of #E773CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773CD

Black with #E773CD

Text Example


Text Example

White with #E773CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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