Html Css Color HEX #E079DB Orchid

📋 copy color: '#E079DB'

red 224 ◦ green 121 ◦ blue 219

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

Shades of Orchid #E079DB

Tints of Orchid #E079DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 39.72%
G = 21.45%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E079DB (or 0xE079DB) is known color: Orchid. HEX triplet: E0, 79 and DB. RGB value is (224,121,219). Sum of RGB (Red+Green+Blue) = 224+121+219=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E079DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079DB is #1F8624. Grayscale: #A2A2A2. Windows color (decimal): -2065957 or 14383584. OLE color: 14383584.

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

Color convert

RGB 224 121 219 -
CMYK 0 0.46 0.02 0.12
HSL 302.91º 0.62% 0.68% -
HSV(B) 302.91º 0.46% 0.88% -
XYZ 50.36 34.64 71.05 -
YUV 162.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 224 121 219 0 0.46 0.02 0.12 302.91 0.62 0.68
Hex E0 79 DB 0 2E 2 C 12F 3E 44
Octal 340 171 333 0 56 2 14 457 76 104
Binary 11100000 1111001 11011011 0 101110 10 1100 100101111 111110 1000100

Color Harmonies of #E079DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079DB

Black with #E079DB

Text Example


Text Example

White with #E079DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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