Html Css Color HEX #E976D3 Orchid

📋 copy color: '#E976D3'

red 233 ◦ green 118 ◦ blue 211

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

Shades of Orchid #E976D3

Tints of Orchid #E976D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.54%

R = 41.46%
G = 21%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E976D3 (or 0xE976D3) is known color: Orchid. HEX triplet: E9, 76 and D3. RGB value is (233,118,211). Sum of RGB (Red+Green+Blue) = 233+118+211=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E976D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976D3 is #16892C. Grayscale: #A2A2A2. Windows color (decimal): -1476909 or 13858537. OLE color: 13858537.

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

Color convert

RGB 233 118 211 -
CMYK 0 0.49 0.09 0.09
HSL 311.48º 0.72% 0.69% -
HSV(B) 311.48º 0.49% 0.91% -
XYZ 51.84 34.98 65.65 -
YUV 162.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 233 118 211 0 0.49 0.09 0.09 311.48 0.72 0.69
Hex E9 76 D3 0 31 9 9 137 48 45
Octal 351 166 323 0 61 11 11 467 110 105
Binary 11101001 1110110 11010011 0 110001 1001 1001 100110111 1001000 1000101

Color Harmonies of #E976D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E976D3

Black with #E976D3

Text Example


Text Example

White with #E976D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E976D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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