Html Css Color HEX #E77ADA Orchid

📋 copy color: '#E77ADA'

red 231 ◦ green 122 ◦ blue 218

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

Shades of Orchid #E77ADA

Tints of Orchid #E77ADA

RGB

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

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

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

R = 40.46%
G = 21.37%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E77ADA (or 0xE77ADA) is known color: Orchid. HEX triplet: E7, 7A and DA. RGB value is (231,122,218). Sum of RGB (Red+Green+Blue) = 231+122+218=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ADA is #188525. Grayscale: #A5A5A5. Windows color (decimal): -1606950 or 14318311. OLE color: 14318311.

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

Color convert

RGB 231 122 218 -
CMYK 0 0.47 0.06 0.09
HSL 307.16º 0.69% 0.69% -
HSV(B) 307.16º 0.47% 0.91% -
XYZ 52.57 35.97 70.5 -
YUV 165.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 231 122 218 0 0.47 0.06 0.09 307.16 0.69 0.69
Hex E7 7A DA 0 2F 6 9 133 45 45
Octal 347 172 332 0 57 6 11 463 105 105
Binary 11100111 1111010 11011010 0 101111 110 1001 100110011 1000101 1000101

Color Harmonies of #E77ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77ADA

Black with #E77ADA

Text Example


Text Example

White with #E77ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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