Html Css Color HEX #E977DD Orchid

📋 copy color: '#E977DD'

red 233 ◦ green 119 ◦ blue 221

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

Shades of Orchid #E977DD

Tints of Orchid #E977DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 40.66%
G = 20.77%
B = 38.57%

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

#E977DD (or 0xE977DD) is known color: Orchid. HEX triplet: E9, 77 and DD. RGB value is (233,119,221). Sum of RGB (Red+Green+Blue) = 233+119+221=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E977DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977DD is #168822. Grayscale: #A4A4A4. Windows color (decimal): -1476643 or 14514153. OLE color: 14514153.

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

Color convert

RGB 233 119 221 -
CMYK 0 0.49 0.05 0.09
HSL 306.32º 0.72% 0.69% -
HSV(B) 306.32º 0.49% 0.91% -
XYZ 53.25 35.74 72.5 -
YUV 164.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 233 119 221 0 0.49 0.05 0.09 306.32 0.72 0.69
Hex E9 77 DD 0 31 5 9 132 48 45
Octal 351 167 335 0 61 5 11 462 110 105
Binary 11101001 1110111 11011101 0 110001 101 1001 100110010 1001000 1000101

Color Harmonies of #E977DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977DD

Black with #E977DD

Text Example


Text Example

White with #E977DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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