Html Css Color HEX #E977DB Orchid

📋 copy color: '#E977DB'

red 233 ◦ green 119 ◦ blue 219

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

Shades of Orchid #E977DB

Tints of Orchid #E977DB

RGB

 RED value IS 233 (91.41% from 255) = 40.81%

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

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

R = 40.81%
G = 20.84%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E977DB (or 0xE977DB) is known color: Orchid. HEX triplet: E9, 77 and DB. RGB value is (233,119,219). Sum of RGB (Red+Green+Blue) = 233+119+219=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E977DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977DB is #168824. Grayscale: #A4A4A4. Windows color (decimal): -1476645 or 14383081. OLE color: 14383081.

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

Color convert

RGB 233 119 219 -
CMYK 0 0.49 0.06 0.09
HSL 307.37º 0.72% 0.69% -
HSV(B) 307.37º 0.49% 0.91% -
XYZ 52.99 35.63 71.1 -
YUV 164.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 233 119 219 0 0.49 0.06 0.09 307.37 0.72 0.69
Hex E9 77 DB 0 31 6 9 133 48 45
Octal 351 167 333 0 61 6 11 463 110 105
Binary 11101001 1110111 11011011 0 110001 110 1001 100110011 1001000 1000101

Color Harmonies of #E977DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977DB

Black with #E977DB

Text Example


Text Example

White with #E977DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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