Html Css Color HEX #E07ADD Orchid

📋 copy color: '#E07ADD'

red 224 ◦ green 122 ◦ blue 221

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

Shades of Orchid #E07ADD

Tints of Orchid #E07ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.52%

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

R = 39.51%
G = 21.52%
B = 38.98%

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

#E07ADD (or 0xE07ADD) is known color: Orchid. HEX triplet: E0, 7A and DD. RGB value is (224,122,221). Sum of RGB (Red+Green+Blue) = 224+122+221=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ADD is #1F8522. Grayscale: #A3A3A3. Windows color (decimal): -2065699 or 14514912. OLE color: 14514912.

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

Color convert

RGB 224 122 221 -
CMYK 0 0.46 0.01 0.12
HSL 301.76º 0.62% 0.68% -
HSV(B) 301.76º 0.46% 0.88% -
XYZ 50.75 34.99 72.48 -
YUV 163.78 160.29 170.95 -
System Red Green Blue C M Y K H S L
Decimal 224 122 221 0 0.46 0.01 0.12 301.76 0.62 0.68
Hex E0 7A DD 0 2E 1 C 12E 3E 44
Octal 340 172 335 0 56 1 14 456 76 104
Binary 11100000 1111010 11011101 0 101110 1 1100 100101110 111110 1000100

Color Harmonies of #E07ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07ADD

Black with #E07ADD

Text Example


Text Example

White with #E07ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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