Html Css Color HEX #E976DC Orchid

📋 copy color: '#E976DC'

red 233 ◦ green 118 ◦ blue 220

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

Shades of Orchid #E976DC

Tints of Orchid #E976DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 40.81%
G = 20.67%
B = 38.53%

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

#E976DC (or 0xE976DC) is known color: Orchid. HEX triplet: E9, 76 and DC. RGB value is (233,118,220). Sum of RGB (Red+Green+Blue) = 233+118+220=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E976DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976DC is #168923. Grayscale: #A3A3A3. Windows color (decimal): -1476900 or 14448361. OLE color: 14448361.

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

Color convert

RGB 233 118 220 -
CMYK 0 0.49 0.06 0.09
HSL 306.78º 0.72% 0.69% -
HSV(B) 306.78º 0.49% 0.91% -
XYZ 53 35.45 71.76 -
YUV 164.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 233 118 220 0 0.49 0.06 0.09 306.78 0.72 0.69
Hex E9 76 DC 0 31 6 9 133 48 45
Octal 351 166 334 0 61 6 11 463 110 105
Binary 11101001 1110110 11011100 0 110001 110 1001 100110011 1001000 1000101

Color Harmonies of #E976DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E976DC

Black with #E976DC

Text Example


Text Example

White with #E976DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E976DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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