Html Css Color HEX #E079DA Orchid

📋 copy color: '#E079DA'

red 224 ◦ green 121 ◦ blue 218

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

Shades of Orchid #E079DA

Tints of Orchid #E079DA

RGB

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

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

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

R = 39.79%
G = 21.49%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E079DA (or 0xE079DA) is known color: Orchid. HEX triplet: E0, 79 and DA. RGB value is (224,121,218). Sum of RGB (Red+Green+Blue) = 224+121+218=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E079DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079DA is #1F8625. Grayscale: #A2A2A2. Windows color (decimal): -2065958 or 14318048. OLE color: 14318048.

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

Color convert

RGB 224 121 218 -
CMYK 0 0.46 0.03 0.12
HSL 303.5º 0.62% 0.68% -
HSV(B) 303.5º 0.46% 0.88% -
XYZ 50.23 34.58 70.36 -
YUV 162.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 224 121 218 0 0.46 0.03 0.12 303.5 0.62 0.68
Hex E0 79 DA 0 2E 3 C 12F 3E 44
Octal 340 171 332 0 56 3 14 457 76 104
Binary 11100000 1111001 11011010 0 101110 11 1100 100101111 111110 1000100

Color Harmonies of #E079DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079DA

Black with #E079DA

Text Example


Text Example

White with #E079DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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