Html Css Color HEX #E375D5 Orchid

📋 copy color: '#E375D5'

red 227 ◦ green 117 ◦ blue 213

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

Shades of Orchid #E375D5

Tints of Orchid #E375D5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.01%

 BLUE value IS 213 (83.59% from 255) = 38.24%

R = 40.75%
G = 21.01%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E375D5 (or 0xE375D5) is known color: Orchid. HEX triplet: E3, 75 and D5. RGB value is (227,117,213). Sum of RGB (Red+Green+Blue) = 227+117+213=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E375D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375D5 is #1C8A2A. Grayscale: #A0A0A0. Windows color (decimal): -1870379 or 13989347. OLE color: 13989347.

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

Color convert

RGB 227 117 213 -
CMYK 0 0.48 0.06 0.11
HSL 307.64º 0.66% 0.67% -
HSV(B) 307.64º 0.48% 0.89% -
XYZ 50.05 33.86 66.85 -
YUV 160.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 227 117 213 0 0.48 0.06 0.11 307.64 0.66 0.67
Hex E3 75 D5 0 30 6 B 134 42 43
Octal 343 165 325 0 60 6 13 464 102 103
Binary 11100011 1110101 11010101 0 110000 110 1011 100110100 1000010 1000011

Color Harmonies of #E375D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375D5

Black with #E375D5

Text Example


Text Example

White with #E375D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375D5; }

 p { color: rgb(227,117,213); }

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

background-color css

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

 a { background-color: rgb(227,117,213); }

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

border-color css

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

 span { border-color: rgb(227,117,213); }

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