Html Css Color HEX #E77ADB Orchid

📋 copy color: '#E77ADB'

red 231 ◦ green 122 ◦ blue 219

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

Shades of Orchid #E77ADB

Tints of Orchid #E77ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.29%

R = 40.38%
G = 21.33%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E77ADB (or 0xE77ADB) is known color: Orchid. HEX triplet: E7, 7A and DB. RGB value is (231,122,219). Sum of RGB (Red+Green+Blue) = 231+122+219=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ADB is #188524. Grayscale: #A5A5A5. Windows color (decimal): -1606949 or 14383847. OLE color: 14383847.

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

Color convert

RGB 231 122 219 -
CMYK 0 0.47 0.05 0.09
HSL 306.61º 0.69% 0.69% -
HSV(B) 306.61º 0.47% 0.91% -
XYZ 52.7 36.02 71.19 -
YUV 165.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 231 122 219 0 0.47 0.05 0.09 306.61 0.69 0.69
Hex E7 7A DB 0 2F 5 9 133 45 45
Octal 347 172 333 0 57 5 11 463 105 105
Binary 11100111 1111010 11011011 0 101111 101 1001 100110011 1000101 1000101

Color Harmonies of #E77ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77ADB

Black with #E77ADB

Text Example


Text Example

White with #E77ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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