Html Css Color HEX #E077DA Orchid

📋 copy color: '#E077DA'

red 224 ◦ green 119 ◦ blue 218

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

Shades of Orchid #E077DA

Tints of Orchid #E077DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 39.93%
G = 21.21%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E077DA (or 0xE077DA) is known color: Orchid. HEX triplet: E0, 77 and DA. RGB value is (224,119,218). Sum of RGB (Red+Green+Blue) = 224+119+218=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E077DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077DA is #1F8825. Grayscale: #A1A1A1. Windows color (decimal): -2066470 or 14317536. OLE color: 14317536.

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

Color convert

RGB 224 119 218 -
CMYK 0 0.47 0.03 0.12
HSL 303.43º 0.63% 0.67% -
HSV(B) 303.43º 0.47% 0.88% -
XYZ 49.99 34.1 70.28 -
YUV 161.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 224 119 218 0 0.47 0.03 0.12 303.43 0.63 0.67
Hex E0 77 DA 0 2F 3 C 12F 3F 43
Octal 340 167 332 0 57 3 14 457 77 103
Binary 11100000 1110111 11011010 0 101111 11 1100 100101111 111111 1000011

Color Harmonies of #E077DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077DA

Black with #E077DA

Text Example


Text Example

White with #E077DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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