Html Css Color HEX #E375CE Orchid

📋 copy color: '#E375CE'

red 227 ◦ green 117 ◦ blue 206

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

Shades of Orchid #E375CE

Tints of Orchid #E375CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 41.27%
G = 21.27%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E375CE (or 0xE375CE) is known color: Orchid. HEX triplet: E3, 75 and CE. RGB value is (227,117,206). Sum of RGB (Red+Green+Blue) = 227+117+206=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E375CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375CE is #1C8A31. Grayscale: #9F9F9F. Windows color (decimal): -1870386 or 13530595. OLE color: 13530595.

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

Color convert

RGB 227 117 206 -
CMYK 0 0.48 0.09 0.11
HSL 311.45º 0.66% 0.67% -
HSV(B) 311.45º 0.48% 0.89% -
XYZ 49.18 33.51 62.27 -
YUV 160.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 227 117 206 0 0.48 0.09 0.11 311.45 0.66 0.67
Hex E3 75 CE 0 30 9 B 137 42 43
Octal 343 165 316 0 60 11 13 467 102 103
Binary 11100011 1110101 11001110 0 110000 1001 1011 100110111 1000010 1000011

Color Harmonies of #E375CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375CE

Black with #E375CE

Text Example


Text Example

White with #E375CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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