Html Css Color HEX #E973CE Orchid

📋 copy color: '#E973CE'

red 233 ◦ green 115 ◦ blue 206

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

Shades of Orchid #E973CE

Tints of Orchid #E973CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.76%

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 42.06%
G = 20.76%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E973CE (or 0xE973CE) is known color: Orchid. HEX triplet: E9, 73 and CE. RGB value is (233,115,206). Sum of RGB (Red+Green+Blue) = 233+115+206=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E973CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973CE is #168C31. Grayscale: #A0A0A0. Windows color (decimal): -1477682 or 13530089. OLE color: 13530089.

HSL color Cylindrical-coordinate representation of color #E973CE: hue angle of 313.73º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E973CE is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 115 206 -
CMYK 0 0.51 0.12 0.09
HSL 313.73º 0.73% 0.68% -
HSV(B) 313.73º 0.51% 0.91% -
XYZ 50.88 34.04 62.28 -
YUV 160.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 233 115 206 0 0.51 0.12 0.09 313.73 0.73 0.68
Hex E9 73 CE 0 33 C 9 13A 49 44
Octal 351 163 316 0 63 14 11 472 111 104
Binary 11101001 1110011 11001110 0 110011 1100 1001 100111010 1001001 1000100

Color Harmonies of #E973CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973CE

Black with #E973CE

Text Example


Text Example

White with #E973CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973CE; }

 p { color: rgb(233,115,206); }

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

background-color css

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

 a { background-color: rgb(233,115,206); }

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

border-color css

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

 span { border-color: rgb(233,115,206); }

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