Html Css Color HEX #E07CDC Orchid

📋 copy color: '#E07CDC'

red 224 ◦ green 124 ◦ blue 220

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

Shades of Orchid #E07CDC

Tints of Orchid #E07CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.83%

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 39.44%
G = 21.83%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E07CDC (or 0xE07CDC) is known color: Orchid. HEX triplet: E0, 7C and DC. RGB value is (224,124,220). Sum of RGB (Red+Green+Blue) = 224+124+220=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CDC is #1F8323. Grayscale: #A4A4A4. Windows color (decimal): -2065188 or 14449888. OLE color: 14449888.

HSL color Cylindrical-coordinate representation of color #E07CDC: hue angle of 302.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07CDC is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 124 220 -
CMYK 0 0.45 0.02 0.12
HSL 302.4º 0.62% 0.68% -
HSV(B) 302.4º 0.45% 0.88% -
XYZ 50.87 35.43 71.87 -
YUV 164.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 224 124 220 0 0.45 0.02 0.12 302.4 0.62 0.68
Hex E0 7C DC 0 2D 2 C 12E 3E 44
Octal 340 174 334 0 55 2 14 456 76 104
Binary 11100000 1111100 11011100 0 101101 10 1100 100101110 111110 1000100

Color Harmonies of #E07CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CDC

Black with #E07CDC

Text Example


Text Example

White with #E07CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CDC; }

 p { color: rgb(224,124,220); }

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

background-color css

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

 a { background-color: rgb(224,124,220); }

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

border-color css

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

 span { border-color: rgb(224,124,220); }

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