Html Css Color HEX #E077E0 Orchid

📋 copy color: '#E077E0'

red 224 ◦ green 119 ◦ blue 224

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

Shades of Orchid #E077E0

Tints of Orchid #E077E0

RGB

 RED value IS 224 (87.89% from 255) = 39.51%

 GREEN value IS 119 (46.88% from 255) = 20.99%

 BLUE value IS 224 (87.89% from 255) = 39.51%

R = 39.51%
G = 20.99%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E077E0 (or 0xE077E0) is known color: Orchid. HEX triplet: E0, 77 and E0. RGB value is (224,119,224). Sum of RGB (Red+Green+Blue) = 224+119+224=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E077E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077E0 is #1F881F. Grayscale: #A2A2A2. Windows color (decimal): -2066464 or 14710752. OLE color: 14710752.

HSL color Cylindrical-coordinate representation of color #E077E0: hue angle of 300º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E077E0 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 119 224 -
CMYK 0 0.47 0 0.12
HSL 300º 0.63% 0.67% -
HSV(B) 300º 0.47% 0.88% -
XYZ 50.79 34.42 74.49 -
YUV 162.37 162.79 171.96 -
System Red Green Blue C M Y K H S L
Decimal 224 119 224 0 0.47 0 0.12 300 0.63 0.67
Hex E0 77 E0 0 2F 0 C 12C 3F 43
Octal 340 167 340 0 57 0 14 454 77 103
Binary 11100000 1110111 11100000 0 101111 0 1100 100101100 111111 1000011

Color Harmonies of #E077E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077E0

Black with #E077E0

Text Example


Text Example

White with #E077E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077E0; }

 p { color: rgb(224,119,224); }

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

background-color css

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

 a { background-color: rgb(224,119,224); }

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

border-color css

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

 span { border-color: rgb(224,119,224); }

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