Html Css Color HEX #E976CD Orchid

📋 copy color: '#E976CD'

red 233 ◦ green 118 ◦ blue 205

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

Shades of Orchid #E976CD

Tints of Orchid #E976CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.87%

R = 41.91%
G = 21.22%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E976CD (or 0xE976CD) is known color: Orchid. HEX triplet: E9, 76 and CD. RGB value is (233,118,205). Sum of RGB (Red+Green+Blue) = 233+118+205=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E976CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976CD is #168932. Grayscale: #A2A2A2. Windows color (decimal): -1476915 or 13465321. OLE color: 13465321.

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

Color convert

RGB 233 118 205 -
CMYK 0 0.49 0.12 0.09
HSL 314.61º 0.72% 0.69% -
HSV(B) 314.61º 0.49% 0.91% -
XYZ 51.1 34.69 61.76 -
YUV 162.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 233 118 205 0 0.49 0.12 0.09 314.61 0.72 0.69
Hex E9 76 CD 0 31 C 9 13B 48 45
Octal 351 166 315 0 61 14 11 473 110 105
Binary 11101001 1110110 11001101 0 110001 1100 1001 100111011 1001000 1000101

Color Harmonies of #E976CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E976CD

Black with #E976CD

Text Example


Text Example

White with #E976CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E976CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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