Html Css Color HEX #E77BDB Orchid

📋 copy color: '#E77BDB'

red 231 ◦ green 123 ◦ blue 219

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

Shades of Orchid #E77BDB

Tints of Orchid #E77BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.47%

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

R = 40.31%
G = 21.47%
B = 38.22%

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

#E77BDB (or 0xE77BDB) is known color: Orchid. HEX triplet: E7, 7B and DB. RGB value is (231,123,219). Sum of RGB (Red+Green+Blue) = 231+123+219=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 123 (48.44% from 255 or 21.47% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BDB is #188424. Grayscale: #A5A5A5. Windows color (decimal): -1606693 or 14384103. OLE color: 14384103.

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

Color convert

RGB 231 123 219 -
CMYK 0 0.47 0.05 0.09
HSL 306.67º 0.69% 0.69% -
HSV(B) 306.67º 0.47% 0.91% -
XYZ 52.82 36.27 71.23 -
YUV 166.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 231 123 219 0 0.47 0.05 0.09 306.67 0.69 0.69
Hex E7 7B DB 0 2F 5 9 133 45 45
Octal 347 173 333 0 57 5 11 463 105 105
Binary 11100111 1111011 11011011 0 101111 101 1001 100110011 1000101 1000101

Color Harmonies of #E77BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77BDB

Black with #E77BDB

Text Example


Text Example

White with #E77BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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