Html Css Color HEX #E776DB Orchid

📋 copy color: '#E776DB'

red 231 ◦ green 118 ◦ blue 219

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

Shades of Orchid #E776DB

Tints of Orchid #E776DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.77%

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

R = 40.67%
G = 20.77%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E776DB (or 0xE776DB) is known color: Orchid. HEX triplet: E7, 76 and DB. RGB value is (231,118,219). Sum of RGB (Red+Green+Blue) = 231+118+219=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E776DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776DB is #188924. Grayscale: #A3A3A3. Windows color (decimal): -1607973 or 14382823. OLE color: 14382823.

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

Color convert

RGB 231 118 219 -
CMYK 0 0.49 0.05 0.09
HSL 306.37º 0.7% 0.68% -
HSV(B) 306.37º 0.49% 0.91% -
XYZ 52.22 35.06 71.03 -
YUV 163.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 231 118 219 0 0.49 0.05 0.09 306.37 0.7 0.68
Hex E7 76 DB 0 31 5 9 132 46 44
Octal 347 166 333 0 61 5 11 462 106 104
Binary 11100111 1110110 11011011 0 110001 101 1001 100110010 1000110 1000100

Color Harmonies of #E776DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776DB

Black with #E776DB

Text Example


Text Example

White with #E776DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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