Html Css Color HEX #E079C7 Orchid

📋 copy color: '#E079C7'

red 224 ◦ green 121 ◦ blue 199

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

Shades of Orchid #E079C7

Tints of Orchid #E079C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.58%

R = 41.18%
G = 22.24%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E079C7 (or 0xE079C7) is known color: Orchid. HEX triplet: E0, 79 and C7. RGB value is (224,121,199). Sum of RGB (Red+Green+Blue) = 224+121+199=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E079C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079C7 is #1F8638. Grayscale: #A0A0A0. Windows color (decimal): -2065977 or 13072864. OLE color: 13072864.

HSL color Cylindrical-coordinate representation of color #E079C7: hue angle of 314.56º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E079C7 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 121 199 -
CMYK 0 0.46 0.11 0.12
HSL 314.56º 0.62% 0.68% -
HSV(B) 314.56º 0.46% 0.88% -
XYZ 47.89 33.65 58 -
YUV 160.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 224 121 199 0 0.46 0.11 0.12 314.56 0.62 0.68
Hex E0 79 C7 0 2E B C 13B 3E 44
Octal 340 171 307 0 56 13 14 473 76 104
Binary 11100000 1111001 11000111 0 101110 1011 1100 100111011 111110 1000100

Color Harmonies of #E079C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079C7

Black with #E079C7

Text Example


Text Example

White with #E079C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079C7; }

 p { color: rgb(224,121,199); }

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

background-color css

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

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

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

border-color css

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

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

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