Html Css Color HEX #E375D1 Orchid

📋 copy color: '#E375D1'

red 227 ◦ green 117 ◦ blue 209

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

Shades of Orchid #E375D1

Tints of Orchid #E375D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.79%

R = 41.05%
G = 21.16%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E375D1 (or 0xE375D1) is known color: Orchid. HEX triplet: E3, 75 and D1. RGB value is (227,117,209). Sum of RGB (Red+Green+Blue) = 227+117+209=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E375D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375D1 is #1C8A2E. Grayscale: #A0A0A0. Windows color (decimal): -1870383 or 13727203. OLE color: 13727203.

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

Color convert

RGB 227 117 209 -
CMYK 0 0.48 0.08 0.11
HSL 309.82º 0.66% 0.67% -
HSV(B) 309.82º 0.48% 0.89% -
XYZ 49.55 33.66 64.21 -
YUV 160.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 227 117 209 0 0.48 0.08 0.11 309.82 0.66 0.67
Hex E3 75 D1 0 30 8 B 136 42 43
Octal 343 165 321 0 60 10 13 466 102 103
Binary 11100011 1110101 11010001 0 110000 1000 1011 100110110 1000010 1000011

Color Harmonies of #E375D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375D1

Black with #E375D1

Text Example


Text Example

White with #E375D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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