Html Css Color HEX #E371CD Orchid

📋 copy color: '#E371CD'

red 227 ◦ green 113 ◦ blue 205

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

Shades of Orchid #E371CD

Tints of Orchid #E371CD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.73%

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

R = 41.65%
G = 20.73%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E371CD (or 0xE371CD) is known color: Orchid. HEX triplet: E3, 71 and CD. RGB value is (227,113,205). Sum of RGB (Red+Green+Blue) = 227+113+205=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E371CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E371CD is #1C8E32. Grayscale: #9D9D9D. Windows color (decimal): -1871411 or 13464035. OLE color: 13464035.

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

Color convert

RGB 227 113 205 -
CMYK 0 0.50 0.10 0.11
HSL 311.58º 0.67% 0.67% -
HSV(B) 311.58º 0.5% 0.89% -
XYZ 48.6 32.55 61.48 -
YUV 157.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 227 113 205 0 0.50 0.10 0.11 311.58 0.67 0.67
Hex E3 71 CD 0 32 A B 138 43 43
Octal 343 161 315 0 62 12 13 470 103 103
Binary 11100011 1110001 11001101 0 110010 1010 1011 100111000 1000011 1000011

Color Harmonies of #E371CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E371CD

Black with #E371CD

Text Example


Text Example

White with #E371CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E371CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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