Html Css Color HEX #E973DF Orchid

📋 copy color: '#E973DF'

red 233 ◦ green 115 ◦ blue 223

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

Shades of Orchid #E973DF

Tints of Orchid #E973DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 40.81%
G = 20.14%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E973DF (or 0xE973DF) is known color: Orchid. HEX triplet: E9, 73 and DF. RGB value is (233,115,223). Sum of RGB (Red+Green+Blue) = 233+115+223=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E973DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973DF is #168C20. Grayscale: #A2A2A2. Windows color (decimal): -1477665 or 14644201. OLE color: 14644201.

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

Color convert

RGB 233 115 223 -
CMYK 0 0.51 0.04 0.09
HSL 305.08º 0.73% 0.68% -
HSV(B) 305.08º 0.51% 0.91% -
XYZ 53.05 34.91 73.75 -
YUV 162.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 233 115 223 0 0.51 0.04 0.09 305.08 0.73 0.68
Hex E9 73 DF 0 33 4 9 131 49 44
Octal 351 163 337 0 63 4 11 461 111 104
Binary 11101001 1110011 11011111 0 110011 100 1001 100110001 1001001 1000100

Color Harmonies of #E973DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973DF

Black with #E973DF

Text Example


Text Example

White with #E973DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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