Html Css Color HEX #E079CA Orchid

📋 copy color: '#E079CA'

red 224 ◦ green 121 ◦ blue 202

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

Shades of Orchid #E079CA

Tints of Orchid #E079CA

RGB

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

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

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

R = 40.95%
G = 22.12%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E079CA (or 0xE079CA) is known color: Orchid. HEX triplet: E0, 79 and CA. RGB value is (224,121,202). Sum of RGB (Red+Green+Blue) = 224+121+202=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E079CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079CA is #1F8635. Grayscale: #A0A0A0. Windows color (decimal): -2065974 or 13269472. OLE color: 13269472.

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

Color convert

RGB 224 121 202 -
CMYK 0 0.46 0.10 0.12
HSL 312.82º 0.62% 0.68% -
HSV(B) 312.82º 0.46% 0.88% -
XYZ 48.24 33.79 59.86 -
YUV 161.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 224 121 202 0 0.46 0.10 0.12 312.82 0.62 0.68
Hex E0 79 CA 0 2E A C 139 3E 44
Octal 340 171 312 0 56 12 14 471 76 104
Binary 11100000 1111001 11001010 0 101110 1010 1100 100111001 111110 1000100

Color Harmonies of #E079CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079CA

Black with #E079CA

Text Example


Text Example

White with #E079CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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