Html Css Color HEX #E373CD Orchid

📋 copy color: '#E373CD'

red 227 ◦ green 115 ◦ blue 205

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

Shades of Orchid #E373CD

Tints of Orchid #E373CD

RGB

 RED value IS 227 (89.06% from 255) = 41.5%

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

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

R = 41.5%
G = 21.02%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E373CD (or 0xE373CD) is known color: Orchid. HEX triplet: E3, 73 and CD. RGB value is (227,115,205). Sum of RGB (Red+Green+Blue) = 227+115+205=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E373CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373CD is #1C8C32. Grayscale: #9E9E9E. Windows color (decimal): -1870899 or 13464547. OLE color: 13464547.

HSL color Cylindrical-coordinate representation of color #E373CD: hue angle of 311.79º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E373CD is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 115 205 -
CMYK 0 0.49 0.10 0.11
HSL 311.79º 0.67% 0.67% -
HSV(B) 311.79º 0.49% 0.89% -
XYZ 48.83 33 61.55 -
YUV 158.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 227 115 205 0 0.49 0.10 0.11 311.79 0.67 0.67
Hex E3 73 CD 0 31 A B 138 43 43
Octal 343 163 315 0 61 12 13 470 103 103
Binary 11100011 1110011 11001101 0 110001 1010 1011 100111000 1000011 1000011

Color Harmonies of #E373CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E373CD

Black with #E373CD

Text Example


Text Example

White with #E373CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E373CD; }

 p { color: rgb(227,115,205); }

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

background-color css

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

 a { background-color: rgb(227,115,205); }

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

border-color css

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

 span { border-color: rgb(227,115,205); }

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