Html Css Color HEX #E976D1 Orchid

📋 copy color: '#E976D1'

red 233 ◦ green 118 ◦ blue 209

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

Shades of Orchid #E976D1

Tints of Orchid #E976D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.32%

R = 41.61%
G = 21.07%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E976D1 (or 0xE976D1) is known color: Orchid. HEX triplet: E9, 76 and D1. RGB value is (233,118,209). Sum of RGB (Red+Green+Blue) = 233+118+209=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E976D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976D1 is #16892E. Grayscale: #A2A2A2. Windows color (decimal): -1476911 or 13727465. OLE color: 13727465.

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

Color convert

RGB 233 118 209 -
CMYK 0 0.49 0.10 0.09
HSL 312.52º 0.72% 0.69% -
HSV(B) 312.52º 0.49% 0.91% -
XYZ 51.59 34.88 64.34 -
YUV 162.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 233 118 209 0 0.49 0.10 0.09 312.52 0.72 0.69
Hex E9 76 D1 0 31 A 9 139 48 45
Octal 351 166 321 0 61 12 11 471 110 105
Binary 11101001 1110110 11010001 0 110001 1010 1001 100111001 1001000 1000101

Color Harmonies of #E976D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E976D1

Black with #E976D1

Text Example


Text Example

White with #E976D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E976D1; }

 p { color: rgb(233,118,209); }

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

background-color css

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

 a { background-color: rgb(233,118,209); }

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

border-color css

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

 span { border-color: rgb(233,118,209); }

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