Html Css Color HEX #E973D7 Orchid

📋 copy color: '#E973D7'

red 233 ◦ green 115 ◦ blue 215

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

Shades of Orchid #E973D7

Tints of Orchid #E973D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.19%

R = 41.39%
G = 20.43%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E973D7 (or 0xE973D7) is known color: Orchid. HEX triplet: E9, 73 and D7. RGB value is (233,115,215). Sum of RGB (Red+Green+Blue) = 233+115+215=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E973D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973D7 is #168C28. Grayscale: #A1A1A1. Windows color (decimal): -1477673 or 14119913. OLE color: 14119913.

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

Color convert

RGB 233 115 215 -
CMYK 0 0.51 0.08 0.09
HSL 309.15º 0.73% 0.68% -
HSV(B) 309.15º 0.51% 0.91% -
XYZ 52 34.49 68.21 -
YUV 161.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 233 115 215 0 0.51 0.08 0.09 309.15 0.73 0.68
Hex E9 73 D7 0 33 8 9 135 49 44
Octal 351 163 327 0 63 10 11 465 111 104
Binary 11101001 1110011 11010111 0 110011 1000 1001 100110101 1001001 1000100

Color Harmonies of #E973D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973D7

Black with #E973D7

Text Example


Text Example

White with #E973D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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