Html Css Color HEX #E077CA Orchid

📋 copy color: '#E077CA'

red 224 ◦ green 119 ◦ blue 202

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

Shades of Orchid #E077CA

Tints of Orchid #E077CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.06%

R = 41.1%
G = 21.83%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E077CA (or 0xE077CA) is known color: Orchid. HEX triplet: E0, 77 and CA. RGB value is (224,119,202). Sum of RGB (Red+Green+Blue) = 224+119+202=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E077CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077CA is #1F8835. Grayscale: #9F9F9F. Windows color (decimal): -2066486 or 13268960. OLE color: 13268960.

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

Color convert

RGB 224 119 202 -
CMYK 0 0.47 0.10 0.12
HSL 312.57º 0.63% 0.67% -
HSV(B) 312.57º 0.47% 0.88% -
XYZ 48 33.31 59.78 -
YUV 159.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 224 119 202 0 0.47 0.10 0.12 312.57 0.63 0.67
Hex E0 77 CA 0 2F A C 139 3F 43
Octal 340 167 312 0 57 12 14 471 77 103
Binary 11100000 1110111 11001010 0 101111 1010 1100 100111001 111111 1000011

Color Harmonies of #E077CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077CA

Black with #E077CA

Text Example


Text Example

White with #E077CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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