Html Css Color HEX #E475DF Orchid

📋 copy color: '#E475DF'

red 228 ◦ green 117 ◦ blue 223

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

Shades of Orchid #E475DF

Tints of Orchid #E475DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 40.14%
G = 20.6%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E475DF (or 0xE475DF) is known color: Orchid. HEX triplet: E4, 75 and DF. RGB value is (228,117,223). Sum of RGB (Red+Green+Blue) = 228+117+223=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 228 - color contains mainly: red. Hex color #E475DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475DF is #1B8A20. Grayscale: #A1A1A1. Windows color (decimal): -1804833 or 14644708. OLE color: 14644708.

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

Color convert

RGB 228 117 223 -
CMYK 0 0.49 0.02 0.11
HSL 302.7º 0.67% 0.68% -
HSV(B) 302.7º 0.49% 0.89% -
XYZ 51.68 34.54 73.76 -
YUV 162.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 228 117 223 0 0.49 0.02 0.11 302.7 0.67 0.68
Hex E4 75 DF 0 31 2 B 12F 43 44
Octal 344 165 337 0 61 2 13 457 103 104
Binary 11100100 1110101 11011111 0 110001 10 1011 100101111 1000011 1000100

Color Harmonies of #E475DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475DF

Black with #E475DF

Text Example


Text Example

White with #E475DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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