Html Css Color HEX #E478D9 Orchid

📋 copy color: '#E478D9'

red 228 ◦ green 120 ◦ blue 217

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

Shades of Orchid #E478D9

Tints of Orchid #E478D9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.24%

 BLUE value IS 217 (85.16% from 255) = 38.41%

R = 40.35%
G = 21.24%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E478D9 (or 0xE478D9) is known color: Orchid. HEX triplet: E4, 78 and D9. RGB value is (228,120,217). Sum of RGB (Red+Green+Blue) = 228+120+217=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E478D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478D9 is #1B8726. Grayscale: #A3A3A3. Windows color (decimal): -1804071 or 14252260. OLE color: 14252260.

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

Color convert

RGB 228 120 217 -
CMYK 0 0.47 0.05 0.11
HSL 306.11º 0.67% 0.68% -
HSV(B) 306.11º 0.47% 0.89% -
XYZ 51.24 34.94 69.69 -
YUV 163.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 228 120 217 0 0.47 0.05 0.11 306.11 0.67 0.68
Hex E4 78 D9 0 2F 5 B 132 43 44
Octal 344 170 331 0 57 5 13 462 103 104
Binary 11100100 1111000 11011001 0 101111 101 1011 100110010 1000011 1000100

Color Harmonies of #E478D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478D9

Black with #E478D9

Text Example


Text Example

White with #E478D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478D9; }

 p { color: rgb(228,120,217); }

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

background-color css

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

 a { background-color: rgb(228,120,217); }

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

border-color css

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

 span { border-color: rgb(228,120,217); }

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