Html Css Color HEX #E77AD7 Orchid

📋 copy color: '#E77AD7'

red 231 ◦ green 122 ◦ blue 215

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

Shades of Orchid #E77AD7

Tints of Orchid #E77AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.85%

R = 40.67%
G = 21.48%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E77AD7 (or 0xE77AD7) is known color: Orchid. HEX triplet: E7, 7A and D7. RGB value is (231,122,215). Sum of RGB (Red+Green+Blue) = 231+122+215=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AD7 is #188528. Grayscale: #A4A4A4. Windows color (decimal): -1606953 or 14121703. OLE color: 14121703.

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

Color convert

RGB 231 122 215 -
CMYK 0 0.47 0.07 0.09
HSL 308.81º 0.69% 0.69% -
HSV(B) 308.81º 0.47% 0.91% -
XYZ 52.18 35.81 68.45 -
YUV 165.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 231 122 215 0 0.47 0.07 0.09 308.81 0.69 0.69
Hex E7 7A D7 0 2F 7 9 135 45 45
Octal 347 172 327 0 57 7 11 465 105 105
Binary 11100111 1111010 11010111 0 101111 111 1001 100110101 1000101 1000101

Color Harmonies of #E77AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AD7

Black with #E77AD7

Text Example


Text Example

White with #E77AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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