Html Css Color HEX #E079DE Orchid

📋 copy color: '#E079DE'

red 224 ◦ green 121 ◦ blue 222

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

Shades of Orchid #E079DE

Tints of Orchid #E079DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 39.51%
G = 21.34%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E079DE (or 0xE079DE) is known color: Orchid. HEX triplet: E0, 79 and DE. RGB value is (224,121,222). Sum of RGB (Red+Green+Blue) = 224+121+222=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E079DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079DE is #1F8621. Grayscale: #A3A3A3. Windows color (decimal): -2065954 or 14580192. OLE color: 14580192.

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

Color convert

RGB 224 121 222 -
CMYK 0 0.46 0.01 0.12
HSL 301.17º 0.62% 0.68% -
HSV(B) 301.17º 0.46% 0.88% -
XYZ 50.76 34.8 73.15 -
YUV 163.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 224 121 222 0 0.46 0.01 0.12 301.17 0.62 0.68
Hex E0 79 DE 0 2E 1 C 12D 3E 44
Octal 340 171 336 0 56 1 14 455 76 104
Binary 11100000 1111001 11011110 0 101110 1 1100 100101101 111110 1000100

Color Harmonies of #E079DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079DE

Black with #E079DE

Text Example


Text Example

White with #E079DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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