Html Css Color HEX #E77ACB Orchid

📋 copy color: '#E77ACB'

red 231 ◦ green 122 ◦ blue 203

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

Shades of Orchid #E77ACB

Tints of Orchid #E77ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.51%

R = 41.55%
G = 21.94%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E77ACB (or 0xE77ACB) is known color: Orchid. HEX triplet: E7, 7A and CB. RGB value is (231,122,203). Sum of RGB (Red+Green+Blue) = 231+122+203=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ACB is #188534. Grayscale: #A3A3A3. Windows color (decimal): -1606965 or 13335271. OLE color: 13335271.

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

Color convert

RGB 231 122 203 -
CMYK 0 0.47 0.12 0.09
HSL 315.41º 0.69% 0.69% -
HSV(B) 315.41º 0.47% 0.91% -
XYZ 50.69 35.22 60.63 -
YUV 163.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 231 122 203 0 0.47 0.12 0.09 315.41 0.69 0.69
Hex E7 7A CB 0 2F C 9 13B 45 45
Octal 347 172 313 0 57 14 11 473 105 105
Binary 11100111 1111010 11001011 0 101111 1100 1001 100111011 1000101 1000101

Color Harmonies of #E77ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77ACB

Black with #E77ACB

Text Example


Text Example

White with #E77ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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