Html Css Color HEX #E777DB Orchid

📋 copy color: '#E777DB'

red 231 ◦ green 119 ◦ blue 219

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

Shades of Orchid #E777DB

Tints of Orchid #E777DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.91%

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

R = 40.6%
G = 20.91%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E777DB (or 0xE777DB) is known color: Orchid. HEX triplet: E7, 77 and DB. RGB value is (231,119,219). Sum of RGB (Red+Green+Blue) = 231+119+219=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E777DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777DB is #188824. Grayscale: #A3A3A3. Windows color (decimal): -1607717 or 14383079. OLE color: 14383079.

HSL color Cylindrical-coordinate representation of color #E777DB: hue angle of 306.43º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E777DB is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 119 219 -
CMYK 0 0.48 0.05 0.09
HSL 306.43º 0.7% 0.69% -
HSV(B) 306.43º 0.48% 0.91% -
XYZ 52.34 35.3 71.07 -
YUV 163.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 231 119 219 0 0.48 0.05 0.09 306.43 0.7 0.69
Hex E7 77 DB 0 30 5 9 132 46 45
Octal 347 167 333 0 60 5 11 462 106 105
Binary 11100111 1110111 11011011 0 110000 101 1001 100110010 1000110 1000101

Color Harmonies of #E777DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777DB

Black with #E777DB

Text Example


Text Example

White with #E777DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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