Html Css Color HEX #E77ACD Orchid

📋 copy color: '#E77ACD'

red 231 ◦ green 122 ◦ blue 205

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

Shades of Orchid #E77ACD

Tints of Orchid #E77ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.86%

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

R = 41.4%
G = 21.86%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E77ACD (or 0xE77ACD) is known color: Orchid. HEX triplet: E7, 7A and CD. RGB value is (231,122,205). Sum of RGB (Red+Green+Blue) = 231+122+205=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ACD is #188532. Grayscale: #A3A3A3. Windows color (decimal): -1606963 or 13466343. OLE color: 13466343.

HSL color Cylindrical-coordinate representation of color #E77ACD: hue angle of 314.31º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77ACD is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 122 205 -
CMYK 0 0.47 0.11 0.09
HSL 314.31º 0.69% 0.69% -
HSV(B) 314.31º 0.47% 0.91% -
XYZ 50.93 35.32 61.89 -
YUV 164.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 231 122 205 0 0.47 0.11 0.09 314.31 0.69 0.69
Hex E7 7A CD 0 2F B 9 13A 45 45
Octal 347 172 315 0 57 13 11 472 105 105
Binary 11100111 1111010 11001101 0 101111 1011 1001 100111010 1000101 1000101

Color Harmonies of #E77ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77ACD

Black with #E77ACD

Text Example


Text Example

White with #E77ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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