Html Css Color HEX #E479D0 Orchid

📋 copy color: '#E479D0'

red 228 ◦ green 121 ◦ blue 208

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

Shades of Orchid #E479D0

Tints of Orchid #E479D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 40.93%
G = 21.72%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E479D0 (or 0xE479D0) is known color: Orchid. HEX triplet: E4, 79 and D0. RGB value is (228,121,208). Sum of RGB (Red+Green+Blue) = 228+121+208=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E479D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479D0 is #1B862F. Grayscale: #A2A2A2. Windows color (decimal): -1803824 or 13662692. OLE color: 13662692.

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

Color convert

RGB 228 121 208 -
CMYK 0 0.47 0.09 0.11
HSL 311.22º 0.66% 0.68% -
HSV(B) 311.22º 0.47% 0.89% -
XYZ 50.22 34.72 63.73 -
YUV 162.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 228 121 208 0 0.47 0.09 0.11 311.22 0.66 0.68
Hex E4 79 D0 0 2F 9 B 137 42 44
Octal 344 171 320 0 57 11 13 467 102 104
Binary 11100100 1111001 11010000 0 101111 1001 1011 100110111 1000010 1000100

Color Harmonies of #E479D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E479D0

Black with #E479D0

Text Example


Text Example

White with #E479D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E479D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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