Html Css Color HEX #E07FC8 Orchid

📋 copy color: '#E07FC8'

red 224 ◦ green 127 ◦ blue 200

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

Shades of Orchid #E07FC8

Tints of Orchid #E07FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.3%

R = 40.65%
G = 23.05%
B = 36.3%

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

#E07FC8 (or 0xE07FC8) is known color: Orchid. HEX triplet: E0, 7F and C8. RGB value is (224,127,200). Sum of RGB (Red+Green+Blue) = 224+127+200=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC8 is #1F8037. Grayscale: #A4A4A4. Windows color (decimal): -2064440 or 13139936. OLE color: 13139936.

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

Color convert

RGB 224 127 200 -
CMYK 0 0.43 0.11 0.12
HSL 314.85º 0.61% 0.69% -
HSV(B) 314.85º 0.43% 0.88% -
XYZ 48.76 35.2 58.87 -
YUV 164.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 224 127 200 0 0.43 0.11 0.12 314.85 0.61 0.69
Hex E0 7F C8 0 2B B C 13B 3D 45
Octal 340 177 310 0 53 13 14 473 75 105
Binary 11100000 1111111 11001000 0 101011 1011 1100 100111011 111101 1000101

Color Harmonies of #E07FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FC8

Black with #E07FC8

Text Example


Text Example

White with #E07FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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