Html Css Color HEX #E479DC Orchid

📋 copy color: '#E479DC'

red 228 ◦ green 121 ◦ blue 220

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

Shades of Orchid #E479DC

Tints of Orchid #E479DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.27%

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 40.07%
G = 21.27%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E479DC (or 0xE479DC) is known color: Orchid. HEX triplet: E4, 79 and DC. RGB value is (228,121,220). Sum of RGB (Red+Green+Blue) = 228+121+220=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 121 (47.66% from 255 or 21.27% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E479DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479DC is #1B8623. Grayscale: #A3A3A3. Windows color (decimal): -1803812 or 14449124. OLE color: 14449124.

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

Color convert

RGB 228 121 220 -
CMYK 0 0.47 0.04 0.11
HSL 304.49º 0.66% 0.68% -
HSV(B) 304.49º 0.47% 0.89% -
XYZ 51.75 35.34 71.8 -
YUV 164.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 228 121 220 0 0.47 0.04 0.11 304.49 0.66 0.68
Hex E4 79 DC 0 2F 4 B 130 42 44
Octal 344 171 334 0 57 4 13 460 102 104
Binary 11100100 1111001 11011100 0 101111 100 1011 100110000 1000010 1000100

Color Harmonies of #E479DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E479DC

Black with #E479DC

Text Example


Text Example

White with #E479DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E479DC; }

 p { color: rgb(228,121,220); }

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

background-color css

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

 a { background-color: rgb(228,121,220); }

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

border-color css

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

 span { border-color: rgb(228,121,220); }

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