Html Css Color HEX #E07FC7 Orchid

📋 copy color: '#E07FC7'

red 224 ◦ green 127 ◦ blue 199

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

Shades of Orchid #E07FC7

Tints of Orchid #E07FC7

RGB

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

 GREEN value IS 127 (50% from 255) = 23.09%

 BLUE value IS 199 (78.13% from 255) = 36.18%

R = 40.73%
G = 23.09%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E07FC7 (or 0xE07FC7) is known color: Orchid. HEX triplet: E0, 7F and C7. RGB value is (224,127,199). Sum of RGB (Red+Green+Blue) = 224+127+199=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC7 is #1F8038. Grayscale: #A4A4A4. Windows color (decimal): -2064441 or 13074400. OLE color: 13074400.

HSL color Cylindrical-coordinate representation of color #E07FC7: hue angle of 315.46º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07FC7 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 199 -
CMYK 0 0.43 0.11 0.12
HSL 315.46º 0.61% 0.69% -
HSV(B) 315.46º 0.43% 0.88% -
XYZ 48.64 35.15 58.25 -
YUV 164.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 224 127 199 0 0.43 0.11 0.12 315.46 0.61 0.69
Hex E0 7F C7 0 2B B C 13B 3D 45
Octal 340 177 307 0 53 13 14 473 75 105
Binary 11100000 1111111 11000111 0 101011 1011 1100 100111011 111101 1000101

Color Harmonies of #E07FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FC7

Black with #E07FC7

Text Example


Text Example

White with #E07FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FC7; }

 p { color: rgb(224,127,199); }

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

background-color css

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

 a { background-color: rgb(224,127,199); }

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

border-color css

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

 span { border-color: rgb(224,127,199); }

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