Html Css Color HEX #E07CD1 Orchid

📋 copy color: '#E07CD1'

red 224 ◦ green 124 ◦ blue 209

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

Shades of Orchid #E07CD1

Tints of Orchid #E07CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.52%

R = 40.22%
G = 22.26%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E07CD1 (or 0xE07CD1) is known color: Orchid. HEX triplet: E0, 7C and D1. RGB value is (224,124,209). Sum of RGB (Red+Green+Blue) = 224+124+209=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CD1 is #1F832E. Grayscale: #A3A3A3. Windows color (decimal): -2065199 or 13728992. OLE color: 13728992.

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

Color convert

RGB 224 124 209 -
CMYK 0 0.45 0.07 0.12
HSL 309º 0.62% 0.68% -
HSV(B) 309º 0.45% 0.88% -
XYZ 49.46 34.87 64.44 -
YUV 163.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 224 124 209 0 0.45 0.07 0.12 309 0.62 0.68
Hex E0 7C D1 0 2D 7 C 135 3E 44
Octal 340 174 321 0 55 7 14 465 76 104
Binary 11100000 1111100 11010001 0 101101 111 1100 100110101 111110 1000100

Color Harmonies of #E07CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CD1

Black with #E07CD1

Text Example


Text Example

White with #E07CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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