Html Css Color HEX #E475DB Orchid

📋 copy color: '#E475DB'

red 228 ◦ green 117 ◦ blue 219

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

Shades of Orchid #E475DB

Tints of Orchid #E475DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 40.43%
G = 20.74%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E475DB (or 0xE475DB) is known color: Orchid. HEX triplet: E4, 75 and DB. RGB value is (228,117,219). Sum of RGB (Red+Green+Blue) = 228+117+219=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E475DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475DB is #1B8A24. Grayscale: #A1A1A1. Windows color (decimal): -1804837 or 14382564. OLE color: 14382564.

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

Color convert

RGB 228 117 219 -
CMYK 0 0.49 0.04 0.11
HSL 304.86º 0.67% 0.68% -
HSV(B) 304.86º 0.49% 0.89% -
XYZ 51.14 34.33 70.95 -
YUV 161.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 228 117 219 0 0.49 0.04 0.11 304.86 0.67 0.68
Hex E4 75 DB 0 31 4 B 131 43 44
Octal 344 165 333 0 61 4 13 461 103 104
Binary 11100100 1110101 11011011 0 110001 100 1011 100110001 1000011 1000100

Color Harmonies of #E475DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475DB

Black with #E475DB

Text Example


Text Example

White with #E475DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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