Html Css Color HEX #E375C9 Orchid

📋 copy color: '#E375C9'

red 227 ◦ green 117 ◦ blue 201

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

Shades of Orchid #E375C9

Tints of Orchid #E375C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 41.65%
G = 21.47%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E375C9 (or 0xE375C9) is known color: Orchid. HEX triplet: E3, 75 and C9. RGB value is (227,117,201). Sum of RGB (Red+Green+Blue) = 227+117+201=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E375C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375C9 is #1C8A36. Grayscale: #9F9F9F. Windows color (decimal): -1870391 or 13202915. OLE color: 13202915.

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

Color convert

RGB 227 117 201 -
CMYK 0 0.48 0.11 0.11
HSL 314.18º 0.66% 0.67% -
HSV(B) 314.18º 0.48% 0.89% -
XYZ 48.58 33.27 59.12 -
YUV 159.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 227 117 201 0 0.48 0.11 0.11 314.18 0.66 0.67
Hex E3 75 C9 0 30 B B 13A 42 43
Octal 343 165 311 0 60 13 13 472 102 103
Binary 11100011 1110101 11001001 0 110000 1011 1011 100111010 1000010 1000011

Color Harmonies of #E375C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375C9

Black with #E375C9

Text Example


Text Example

White with #E375C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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