Html Css Color HEX #E07CC5 Orchid

📋 copy color: '#E07CC5'

red 224 ◦ green 124 ◦ blue 197

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

Shades of Orchid #E07CC5

Tints of Orchid #E07CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.15%

R = 41.1%
G = 22.75%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E07CC5 (or 0xE07CC5) is known color: Orchid. HEX triplet: E0, 7C and C5. RGB value is (224,124,197). Sum of RGB (Red+Green+Blue) = 224+124+197=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CC5 is #1F833A. Grayscale: #A2A2A2. Windows color (decimal): -2065211 or 12942560. OLE color: 12942560.

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

Color convert

RGB 224 124 197 -
CMYK 0 0.45 0.12 0.12
HSL 316.2º 0.62% 0.68% -
HSV(B) 316.2º 0.45% 0.88% -
XYZ 48.03 34.29 56.91 -
YUV 162.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 224 124 197 0 0.45 0.12 0.12 316.2 0.62 0.68
Hex E0 7C C5 0 2D C C 13C 3E 44
Octal 340 174 305 0 55 14 14 474 76 104
Binary 11100000 1111100 11000101 0 101101 1100 1100 100111100 111110 1000100

Color Harmonies of #E07CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CC5

Black with #E07CC5

Text Example


Text Example

White with #E07CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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