Html Css Color HEX #E077C5 Orchid

📋 copy color: '#E077C5'

red 224 ◦ green 119 ◦ blue 197

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

Shades of Orchid #E077C5

Tints of Orchid #E077C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.48%

R = 41.48%
G = 22.04%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E077C5 (or 0xE077C5) is known color: Orchid. HEX triplet: E0, 77 and C5. RGB value is (224,119,197). Sum of RGB (Red+Green+Blue) = 224+119+197=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E077C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077C5 is #1F883A. Grayscale: #9F9F9F. Windows color (decimal): -2066491 or 12941280. OLE color: 12941280.

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

Color convert

RGB 224 119 197 -
CMYK 0 0.47 0.12 0.12
HSL 315.43º 0.63% 0.67% -
HSV(B) 315.43º 0.47% 0.88% -
XYZ 47.42 33.07 56.71 -
YUV 159.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 224 119 197 0 0.47 0.12 0.12 315.43 0.63 0.67
Hex E0 77 C5 0 2F C C 13B 3F 43
Octal 340 167 305 0 57 14 14 473 77 103
Binary 11100000 1110111 11000101 0 101111 1100 1100 100111011 111111 1000011

Color Harmonies of #E077C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077C5

Black with #E077C5

Text Example


Text Example

White with #E077C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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