Html Css Color HEX #E475CE Orchid

📋 copy color: '#E475CE'

red 228 ◦ green 117 ◦ blue 206

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

Shades of Orchid #E475CE

Tints of Orchid #E475CE

RGB

 RED value IS 228 (89.45% from 255) = 41.38%

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

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

R = 41.38%
G = 21.23%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E475CE (or 0xE475CE) is known color: Orchid. HEX triplet: E4, 75 and CE. RGB value is (228,117,206). Sum of RGB (Red+Green+Blue) = 228+117+206=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E475CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475CE is #1B8A31. Grayscale: #A0A0A0. Windows color (decimal): -1804850 or 13530596. OLE color: 13530596.

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

Color convert

RGB 228 117 206 -
CMYK 0 0.49 0.10 0.11
HSL 311.89º 0.67% 0.68% -
HSV(B) 311.89º 0.49% 0.89% -
XYZ 49.5 33.67 62.28 -
YUV 160.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 228 117 206 0 0.49 0.10 0.11 311.89 0.67 0.68
Hex E4 75 CE 0 31 A B 138 43 44
Octal 344 165 316 0 61 12 13 470 103 104
Binary 11100100 1110101 11001110 0 110001 1010 1011 100111000 1000011 1000100

Color Harmonies of #E475CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475CE

Black with #E475CE

Text Example


Text Example

White with #E475CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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