Html Css Color HEX #E079DD Orchid

📋 copy color: '#E079DD'

red 224 ◦ green 121 ◦ blue 221

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

Shades of Orchid #E079DD

Tints of Orchid #E079DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 39.58%
G = 21.38%
B = 39.05%

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

#E079DD (or 0xE079DD) is known color: Orchid. HEX triplet: E0, 79 and DD. RGB value is (224,121,221). Sum of RGB (Red+Green+Blue) = 224+121+221=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E079DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079DD is #1F8622. Grayscale: #A2A2A2. Windows color (decimal): -2065955 or 14514656. OLE color: 14514656.

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

Color convert

RGB 224 121 221 -
CMYK 0 0.46 0.01 0.12
HSL 301.75º 0.62% 0.68% -
HSV(B) 301.75º 0.46% 0.88% -
XYZ 50.63 34.74 72.44 -
YUV 163.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 224 121 221 0 0.46 0.01 0.12 301.75 0.62 0.68
Hex E0 79 DD 0 2E 1 C 12E 3E 44
Octal 340 171 335 0 56 1 14 456 76 104
Binary 11100000 1111001 11011101 0 101110 1 1100 100101110 111110 1000100

Color Harmonies of #E079DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079DD

Black with #E079DD

Text Example


Text Example

White with #E079DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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